Author Archives: ahmed
Why You Must Try Kotlin For Android Development ?
Kotlin is a statically typed programming language for the JVM, Android and the browser….
Read More
Learn Kotlin: lateinit vs lazy
There are many great features available in Kotlin, we can take advantage of all these features to write the better application in Kotlin. Among all those features, lateinit and lazy are important property initialization feature. We must know when to use which property initialization….
Read More
Working with Picasso
In this quick tip, we take a brief look at the popular Android image library, Picasso. It’s a simple and practical library created and maintained by Square. It is great for working with images in your Android projects….
Read More
MVP for Android
MVP (Model View Presenter) pattern is a derivative from the well known MVC (Model View Controller), which for a while now is gaining importance in the development of Android applications. There are more and more people talking about it, but yet very few reliable and structured information. That is why I wanted to use this blog to encourage the discussion and bring all our knowledge to apply it in the best possible way to our projects….
Read More