Published inTeknasyon EngineeringOptimizing Performance in Jetpack ComposeDo you say what is wrong with this Lazy Column, or why is that button recomposing while I am not even changing its state? If the answer is…Mar 12, 20241Mar 12, 20241
Custom Theming in Jetpack ComposeCan’t you fully reflect the colors of your brand when using Material Theme? Or does Material Theme just sound boring? Or don’t you want…Mar 7, 2023Mar 7, 2023
Firestore Caching: You may not need RoomBest practices, clean architecture, and design patterns, we are used to hearing these words every day. Often in this noise, we can miss…Feb 27, 20231Feb 27, 20231
Yazılım Topluluklarında Nasıl Soru Sorulmalı ❓Özellikle yazılıma yeni başlamış olan insanların öğrenme serüveninde soru sormak hep önemli bir yer kaplamıştır. Çoğu farkında olmasa bile…Nov 3, 2022Nov 3, 2022
Don’t Use the !! OperatorThe not-null assertion operator (!!) converts any value to a non-null type and throws a null pointer exception if the value is null.Nov 2, 2022Nov 2, 2022
Kotlin Extension FonksiyonlarıKotlin değiştiremeyeceğiniz bir sınıfa onu miras almadan daha fazla işlevsellik kazandırma olanağı sağlar. Örneğin, 3. taraf kütüphaneleri…Aug 1, 2022Aug 1, 2022