분류 전체보기
-
ថ្នាក់ Flutter បង្កើត App សម្រាប់ IOS, Android និង WebFlutter 2022. 5. 6. 16:20
ថ្នាក់ Flutter បង្កើត App សម្រាប់ IOS, Android និង Web ដែលអ្នកទាំងអស់គ្នាទន្ទឹងរងចាំបានមកដល់ហើយ! មានពីរវេន ច័ន្ទសុុក្រ និងសៅរ៍អាទិត្យ។ -រយះពេលសិក្សា 3 ខែ រៀនទៅតាម Course Curriculum ខាងក្រោម បើមិនចប់យើងនឹងរៀនទាល់តែចប់ទៅតាម Curriculum។ + ចូលរៀនថ្ងៃទី ១០-០៥-២០២២ រៀន សៅរ៍អាទិត្យ 5:30-7:30 PM ច័ន្ទសុុក្យ 9:00-10:00 PM - រៀនដើម្បីក្លាយជា Mobile Developer - សម្រាប់ព្រះសង្ឃ Discount 80% - សិស្..
-
អ្វីទៅជា Flutter?Flutter 2022. 2. 24. 15:04
Flutter គឺជា Tool មួយដែលអាចអោយយើងអាចបង្កើត កម្មវីធីសម្រាប់ IOS និង Android ដោយប្រើតែភាសារមួយប៉ុណ្ណោះ គឺភាសារ Dart។ Flutter ត្រូវបាន បង្កើតឡើងដោយក្រុមហ៊ុន Google វាត្រូវបានបង្ហាញខ្លួនក្នុងឆ្នាំ ២០១៥ ក៍ប៉ុន្តែ Flutter នៅមានចំណុចខ្វះខាតជាច្រើនដែលនៅតែមិនអាច អោយ Developer ធ្វើការជ្រើសរើសបានឡើយ។ នៅថ្ងៃទី ៤ ខែ ធ្នូរ ឆ្នាំ២០១៨ Flutter ត្រូវការបង្ហាញខ្លួនសារជាថ្មីដែល បានចេញនៅ Version stable មួយគឺ 1.0។ ..
-
-
Flutter Fetching Data From the API using BLocFlutter 2021. 9. 12. 00:02
កាលពី Article មុន យើង បាន ជជែកគ្នា អំពី ការប្រើប្រាស់ Bloc ដើម្បី Manage State នៅក្នុង App របស់ យើង ដែល យើង បាន បង្កើត Sample App សម្រាប់ ឈ្វែ ង យល់ អំពី Bloc ធ្វើការ.នៅក្នុង Article នេះ ខ្ញុំ នាំ អ្នក ទាំងអស់គ្នា មក ជជែកគ្នា ពី របៀប ប្រើប្រាស់ Bloc ដើម្បី ទៅ ទាញ យក ទិន្នន័យ ចេញពី API.ជា ដំបូង យើង អាច បង្កើត Project ថ្មី មួយ ដើម្បី ផ្ដល់ នូវ ភាព ងាយស្រួល បន្ទាប់ បង្កើត Project រួច អាច យើង អាច Re..
-
អ្វីទៅជា Bloc State Management នៅក្នុង Flutter?Flutter 2021. 9. 6. 12:24
ជា challenge ដ៍ ធំ សម្រាប់ ខ្ញុំ នៅពេល ដែល ចូល មក ធ្វើ ជាមួយ Flutter ហើយ ចូល មក គេ អោយ ធ្វើ ជាមួយនឹង Statement Management តែម្ដង. ខ្ញុំ បាន ព្យាយាម រក Sample code ដើម្បី យក មក ធ្វើការ ឈ្វែ ង យល់ បន្ថែម ប៉ុន្តែ នៅក្នុង Document និយាយ តែ ពី ចំណុច សំខាន់ នឹង មើល ទៅ ហាក់បីដូចជា យើង នឹង ជា Flutter Expert បាត់ ទៅ ហើយ. មាន ចំណុច ជាច្រើន ដែល ខ្ញុំ មើល យ៉ាងណា ក៍ នៅតែ មិន យល់. នៅ ពេល ខ្ញុំ ទៅ សួរ គេ គេ ប្..
-
Fix angular can't run on vs code terminal on Window카테고리 없음 2021. 7. 14. 14:05
Hello everyone, Today I'm so excited to show you how to fix can't run Angular project with the command line "ng serve" supper easy you just follow my video but I'm sorry for the language in this video that I'm didn't speak English, but I'm ensured that very helpful Thanks.
-
Flutter FFI카테고리 없음 2021. 2. 15. 13:49
What's dart:ffI FFI means foreign function interface, which is a mechanism by which a program written in one programming language can call routines or make use of services written in another programming language.Dart:ffi it's the implementation of a foreign function interface, which allows a program is written in dart to call routines or make use of services written in C (or C++ if and only it e..
-
What’s dart:ffI?카테고리 없음 2021. 2. 12. 01:37
What's dart:ffI FFI mean foreign function interface, which is a mechanism by which a program written one programming language can call routines or make use of services written another programming language. Dart:ffi it's the implementation of a foreign function interface , which allow a program written in dart to call routines or make use of services written in C (or C++ if and only it exposes a ..