by GoodSoft | Apr 20, 2022 | Mobile
Broadcast Receiver A broadcast receiver is an Android component that listen for system or application event. Such an event can be, for example, information about a new SMS, an incoming or outgoing call, or a low battery. With the help of broadcast receiver I will show...
by GoodSoft | Apr 20, 2022 | Mobile
When we are working with a cross-platform framework, it isn’t possible to guarantee that we will be working only with that framework without any work in the native code. Developers will most likely resort to native either because of features that the framework hasn’t...