In a previous post, we discussed how to create an Android app with two of the most important building blocks of Android Architecture Components: LiveData and ViewModel. This is a follow up on that tutorial, once we have an app with clean architecture, we will be configuring Firebase Firestore for Android Architecture Components to update data in real-time and make the most out of LiveData and ViewModel in Android. Here is the previous part if you are curious:
Read MorePosts tagged featured
Android LiveData and ViewModel in Java – Tutorial
Among the wide range of tools that were released with Android Jetpack in Android Architecture Components, LiveData, and ViewModel are particularly useful. I’m creating this tutorial in response to Ashton Jones, who expressed there are very few examples for integrating these Architecture Components with Google Firestore.
Read MoreCode Interview Resources – My Go-To List for FAANG
Many people would say “all” software engineers will want to work on a FAANG company at least once. I wouldn’t generalize because many of us end up following other dreams, in my case, for example, I love working remotely, programming and tech writing. Because of the above, I will say, “many” software engineers may eventually get an interview with a FAANG company, and here is my list of code interview resources for them.
Read MoreMy Road to Tech Writing – Thoughts
Today I’m not going to talk about technology or drop here complicated terms, today I’m going to write about my road to tech writing, the small steps in life that made me want to launch this blog. Most of you may know technology is my passion and mobile my way of expressing it. I like mobile development because of the quickness with which you get results, you don’t have to have a server or a big infrastructure, just something we all have nowadays, a smartphone.
Read More