Android Developer suhbati - SkyEngSkyEng — online ingliz tili maktabi bo’lib, men uchun 2020 yil kuzda texnik intervyular deb nomlangan sarguzashtimning boshlang’ich…Sep 12, 2022Sep 12, 2022
Java dasturlash tili: hashCode()hashCode() metodi texnik suhbatlarning yana bir sevimli mavzusi va equals()ning ayrilmas sherigi. O’zi equals() va hashCode() kontrakti…Jan 24, 20221Jan 24, 20221
Java dasturlash tili: equals() metodiKo’pchilik Android dasturchilar texnik suhbat davomida equals() va hashCode() metodlari, ular o’rtasidagi kontrakt haqidagi savolga duch…Jan 22, 2022Jan 22, 2022
Kotlin Multiplatform Mobile: Intercepting Network Request and ResponseMost of Android developers nowadays know about OkHttp Interceptors, which help to implement many widespread things related to network…May 3, 2021May 3, 2021
RecyclerView with nested scrolling inside itemsIt is a common story for modern mobile apps to have vertical list with items that have horizontal list inside, which can be scrolled…Mar 9, 2021Mar 9, 2021
Android: No view found for id errorI had to show bottom sheet dialog fragment above my fragment and I was getting java.lang.IllegalArgumentException: No view found for id.Jul 20, 2020Jul 20, 2020
Android: Disable emoji on keyboardSometimes in client-server applications backend can not accept emoji, in this case mobile developers have to restrict user from entering…Apr 4, 20201Apr 4, 20201
Android Studio constantly indexing the project problem solutionTo stop Android Studio from indexing the project every 2 seconds just close the project and from Studio’s welcome screen import it :)Aug 31, 2018Aug 31, 2018
iOS Development with Swift: Creating UIView with rounded cornersTo create UIView with rounded corners you should create your own class extending UIView. I’ll call mine RoundedView:May 17, 20181May 17, 20181