Implementing Agora RTM for Web-to-Phone Messaging in React and React Native

In the modern landscape of cross-platform communication, the integration of Agora Real-Time Messaging (RTM) into React and React Native applications has emerged as a game-changer. This integration facilitates seamless and real-time messaging between web and mobile, bridging the

By |2024-01-08T15:18:39+05:308 January 2024|0 Comments

How to setup Appium in ubuntu.

What is Appium? Appium is an open-source project and ecosystem of related software, designed to facilitate UI automation of many app platforms, including mobile (iOS, Android, Tizen), browser (Chrome, Firefox, Safari), desktop (macOS, Windows), TV (Roku, tvOS,

By |2023-09-14T14:53:06+05:3014 September 2023|0 Comments

State Management in Flutter with Mobx

State Management in Flutter with  For every mobile application developer, it is very important to handle the state of the application in an optimized way. Handling state is nothing but to handle the application’s implicit data within the

By |2023-01-17T20:05:26+05:3031 May 2021|Comments Off on State Management in Flutter with Mobx

A Guide for Latest Library React Navigation 5

For navigation between screens we use this navigation library for react native apps. The stable version of this library React Navigation 5.0, was released in February 2020. Points we will be covering in this guide - Key features

By |2023-01-17T20:06:39+05:301 April 2021|Comments Off on A Guide for Latest Library React Navigation 5

How to start with Flutter

How to start with Flutter     Flutter is an open-source cross-platform that is developed by Google. We can create mobile applications (Android/IOS), Web applications, Desktop applications (Windows/Linux/MacOs) with a single code base. Flutter uses the Dart language

By |2023-01-17T20:06:45+05:301 April 2021|Comments Off on How to start with Flutter

AWS Cognito-Authentication in Web or Mobile App.

Access control is one of the major aspect during any application designing whether it is react/native/react-native or web application. We use different frameworks for this purpose one of them is AWS cognito. AWS cognito is a service provided

By |2023-01-17T20:07:02+05:3031 March 2021|Comments Off on AWS Cognito-Authentication in Web or Mobile App.

Flutter Vs React Native

Flutter Vs React Native For cross-platform app development, we are using the React Native framework widely. But in May 2017 a new cross-platform app development framework came into the market that was Flutter. I hope everyone knows about

By |2023-01-17T20:07:08+05:3031 March 2021|Comments Off on Flutter Vs React Native

React Native for Web

It is always better to reuse the existing code. We always strive through the point that we need to have different developers for running our code in different platforms. For ex. A web developer is required to develop

By |2023-01-17T20:09:28+05:3015 December 2020|Comments Off on React Native for Web

Instant Messaging in Android using XMPP(Openfire)

Extensible Messaging and Presence Protocol (XMPP) is a communications protocol for message-oriented middleware based on XML (Extensible Markup Language).[1] It enables the near-real-time exchange of structured yet extensible data between any two or more network entities. In this

By |2023-01-17T20:17:05+05:3023 January 2017|Comments Off on Instant Messaging in Android using XMPP(Openfire)
Go to Top