InLevel Up CodingbyGolnaz Torabi·Dec 16, 2020Flexible and responsive UIMobiles are now available in a variety of sizes, which is why it is so significant to provide a flexible and responsive UI. We need to…
InLevel Up CodingbyGolnaz Torabi·Nov 29, 2020Clean Architecture with MVVMIn this article, I am going to create a sample project (app) that will help us understand Clean Architecture. This project is an…A response icon4A response icon4
InLevel Up CodingbyGolnaz Torabi·Sep 8, 2020Builder PatternModels are the most used classes in java. When you want to create an object with a different configuration How do you define the modal…