Category / Android / Programming
-
Kotlin Clean Architecture with MVVM prototype app for Android
We as developers are always in the search for better ways to build our apps. The need to build flexible to adapt high quality software usually comes from constantly changing business requirements.…
December 22, 2019 -
Kriptofolio app series – Part 5: Handle RESTful Web Services using Retrofit, OkHttp, Gson, Glide and Coroutines
These days almost every Android app connects to internet to get/send data. You should definitely need to learn how to handle RESTful Web Services as their correct implementation is the core knowledge…
May 11, 2019 -
Kriptofolio app series – Part 4: Dependency Injection with Dagger 2
Dependency injection will significantly improve your code by making it more modular, flexible and testable. Actually its name sounds more complicated than idea which stands behind it. In this part of the…
October 7, 2018 -
Kriptofolio app series – Part 3: Architecture patterns MVC, MVP, MVVM with Android Architecture Components – ViewModel, LiveData, Data Binding, Room
The most important thing to focus when starting to build new app is to think about its architecture first. The biggest mistake you can make is to go with no architecture style…
August 22, 2018 -
Kriptofolio app series – Part 2: Mockups, UI, XML layouts
So how actually start to build new app? What should be your first move? If you think we just need to launch Android Studio and jump directly to the code, you are…
May 14, 2018 -
Kriptofolio app series – Part 1: SOLID principles
Software is always in a state of change. Each change can have a negative impact on a whole project. So essential thing is to prevent damage that can be done while implementing…
February 23, 2018 -
Kriptofolio app series – Introduction: A roadmap to build a modern Android app in 2018-2019
Welcome to this series of blog posts where I will be creating a modern Android app. I will use the best tools and practices available in the year 2018-2019. I am doing…
February 12, 2018 -
Let’s learn Kotlin by building Android calculator app
One of the biggest news of Android world in 2017 definitely became Kotlin. This is new programming language from JetBrains which has been announced as official Android development language during Google I/O…
November 7, 2017
Categories
- Android (8)
- General (1)
- Life experience (3)
- Programming (8)
Tags
Recent Posts
- Kotlin Clean Architecture with MVVM prototype app for Android
- Kriptofolio app series – Part 5: Handle RESTful Web Services using Retrofit, OkHttp, Gson, Glide and Coroutines
- Kriptofolio app series – Part 4: Dependency Injection with Dagger 2
- Kriptofolio app series – Part 3: Architecture patterns MVC, MVP, MVVM with Android Architecture Components – ViewModel, LiveData, Data Binding, Room
- Kriptofolio app series – Part 2: Mockups, UI, XML layouts