How to Thrive in a Gig Economy

Many people are recognizing the benefits of joining the gig economy, working as a freelancer or independent contractor in a temporary, part-time, full-time, or even business venture.  As the name implies, working in a gig economy means taking on “gigs,” or one-time, occasional work opportunities. A gig might be as simple as delivering a couple

Read More

3 Steps to Turn Your Digital Nomad Dream Into a Reality

If you have been dreaming about running away to a sun-soaked paradise or a misty mountain retreat, you are in luck, because there has never been a better time to pack in your nine-to-five and convert your daily grind into a perpetual vacation. Before you run off and book tickets, there is some groundwork you’ll

Read More

SetUp Firebase Cloud Messaging in Android – Part 2

In the previous article, we learned how to connect FCM to any Android application and get the token in the Android device. In this article, we will learn how we can send push notification from Firebase Console and receive it in Android device. VIDEO TUTORIAL Types of Messages With FCM, you can send two types

Read More

SetUp Firebase Cloud Messaging in Android – Part 1

In this article, we are going to learn how to integrate Firebase Cloud Messaging in Android applications. What is FCM? Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. Using FCM, you can notify a client app that new email or other data is available to

Read More

Room Database | Android Jetpack – Part 2

In the first part of the Room Database article, we learned how to integrate Room Database to Android applications and perform CRUD operations. In this article, we will learn Room Database something more in detail. VIDEO TUTORIAL @Ignore If we have to ignore any column from the Entity then you can use @Ignore annotation

Read More

Room Database | Android Jetpack – Part 1

In this article, We are going to learn how to implement the Room Database in Android Application. What is Room Database? Room is a persistence library part of Android Jetpack Components. It provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite. Benefits of Room Compile-time verification

Read More