My first baby was born on 1st January 2019. What an amazing coincidence. Right? Those days were truly beautiful and amazing. A baby in the house redefines the whole atmosphere. There comes this strange energy in the environment, in people, and in things. Everyone smiles more, laughs more and enjoys more. Everyone starts feeling young or even childish most of the time. And that’s what I wanted to see a lot. Happy faces all around.
Hello folks, it’s that time of the year (or maybe a little late) where I am supposed to reflect on my past year and make some new year resolution goals. Since I couldn’t write the year in review for the previous year 2019, so this article is going to about that. Next week, I will write the year in review of the year 2020, which has been a lot challenging for everyone around the globe due to Covid-19 pandemic.
I created the outline of this review and planned it about a year ago back in January 2020. But its been…
It was evening. And I was trying to fix a runtime crash for an Android project at work. I was fully focused in the debugging and was going through breakpoints line by line. As a developer, you can understand that this is a very sensitive moment where need to observe bunch of variable values and figure out what’s happening with those values.
I was fully invested in these random lines that suddenly my 2 year toddler baby grabbed my hand on computer mouse and tried to get me somewhere. …
A major result of the Covid-19 pandemic has been the rapid widespread adoption of telehealth technologies. Usage of apps like Zocdoc have grown dramatically, and have allowed patients to connect with their doctors virtually through text chat and audio/video calls. The demand for these and similar services has skyrocketed, with no indication it will slow down, even after the pandemic is over.
As an indie Android developer, advanced chat features like read receipts or push notifications in your healthcare app can be tricky and therefore time-consuming to implement which is why I look to CometChat.
Update — 11th February 2021
To better support the community in this migration, JFrog has extended the JCenter new package versions submission deadline through March 31st 2021. This means that open source library creators who have libraries hosted on JCenter through Bintray can add more versions till March 31st 2021.
For normal Android app developers, the JCenter repository will keep serving packages for 12 months until February 1st 2022. Only the JCenter REST API and UI will be sunsetted on May 1st 2021. This means that if your app uses jcenter maven for any third-party libraries, then your app can…
Every year on 1st January, people around the world celebrate new year. But for me, it’s been different for 2 years. My 2 year old son was born on 1st January, 2019. What a coincidence that maybe, but its been really amazing.
Before this little beautiful bundle of joy, aka a “top class toddler”, I would have never imagined the things I witnessed, feelings I observed, and days I enjoyed. I realized that a baby in the house changes the whole dynamic of the house and its culture.
A new baby is like the beginning of all things — wonder…
For the past year, me and my partner Danish Amjad have been running FlutterPub publication on the side with our lives. Although this year 2020 have been very hard and challenging due to Covid-19, but we are happy with the progress FlutterPub have made.
With over 13,000 followers and more than 12,000 views a day, this publication has got hundreds of awesome articles on Flutter by amazing writers around the world. But as time passed away, we realized that when there are more active publications about Flutter such as Flutter Community etc. then it doesn’t make sense to have other…
At about 9:30 am, I got a call from DHL Express — Karachi. As I picked it, the representative asked if I am expecting a package from London, UK. I promptly said yes. And he said that they need me to write a letter to Pakistan Customs Center to ask for clarification, and once they get the clearance, it will be delivered to my home.
I was super excited for this and was eagerly waiting for this. It was a package from Google offered to some Android Google Developer Experts as a token of gift to review the winning apps…
Since Android came into existence in 2007, Activity
has been one of its core components. One of the most common tasks in apps is transferring data between two Activities. Until now, Intents
and onActivityResult
were the only choice.
Through the combination of these two parts, developers are able to transfer data from one Activity
to another and get data back easily.
Let’s elaborate through an example: your app wants to capture an image and display it to the user. You either write your own custom Camera or delegate the task of fetching an image to Android through Intents
. …
When it comes to cloud and database hosting, there are several options available for the developers such as Firebase, Firestore, AWS, Google Cloud and so on. If you are curious about Firebase vs AWS comparison, you can read this Firebase vs AWS article here.
In this article, you’ll come across the major differences that can help you to figure out the better alternative — especially between Firebase and Firestore.
TL;DR