ContentProvider is one of the main component of Android Application. Content Providers are the wrappers to expose data stored locally or remotely. ContentProviders are written like REST like URIs …
Firebase Cloud Messaging (FCM) is a free service offered by Google to send and receive cross platform messages. One of the primary example of FCM is Android application exchanging …
In most of the applications there is a need to include files like database, files, audio, images in apk. This can be achieved by saving files either inside assets …