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. … Read more “State Management in Flutter with Mobx”
Android: Jetpack Navigation
Before Navigation you must have known of Android Jetpack.You must be hearing a lot about Android Jetpack, which is a set of components, tools and … Read more “Android: Jetpack Navigation”
APIs Security testing with ReadyAPI.
Security Testing:- Can System be penetrated by any hacking way. Testing how well the system protects against unauthorized internal and external access checked if system … Read more “APIs Security testing with ReadyAPI.”
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 … Read more “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, … Read more “How to start with Flutter”
Motion Layout Android
MotionLayout is a layout type that helps you manage motion and widget animation in app. MotionLayout is a subclass of ConstraintLayout.MotionLayout is intended to … Read more “Motion Layout Android”
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 … Read more “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 … Read more “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 … Read more “React Native for Web”
Mobile App Analytics (PART 1)
Mobile Applications as one of the most rapidly emerging technology has changed the world we are living in today. With no doubt, they are … Read more “Mobile App Analytics (PART 1)”
Parse data from scanned image
Sometimes, Scanning the files can be core requirements of Android platform.Scanning of files involves reading the data from a file, processing the data for … Read more “Parse data from scanned image”
Working with sqlite Database in Android
Android provides several ways to store user and app data. SQLite is one way of storing user data. SQLite is a very light weight database … Read more “Working with sqlite Database in Android”
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 … Read more “Instant Messaging in Android using XMPP(Openfire)”
Writing your own content provider
What is Content Provider.?? A content provider manages access to a central repository of data. A provider is part of an Android application, which often … Read more “Writing your own content provider”
When should you use the for-each loop?
When should you use the for-each loop? Anytime you can. It really beautifies your code. Unfortunately, you cannot use it everywhere. Before starting about for-each loop … Read more “When should you use the for-each loop?”
Best practices of appropriate Context in Android
You’re testing your new app and everything is looking great when suddenly you start seeing some lag in your once buttery transitions. Is it your … Read more “Best practices of appropriate Context in Android”
Touch Id Authentication in iOS
What is Touch ID ? Touch ID is Apple’s fingerprint technology for iOS mobile devices. It allows consumers to unlock their phones and make purchases … Read more “Touch Id Authentication in iOS”
Add Push Notification to iOS Chat with Ejabberd Server
Why to Use : Push notification helps the app to notify users regarding occurrence of any new event. Like in Chat Client, if the user … Read more “Add Push Notification to iOS Chat with Ejabberd Server”
Integrating XMPP Chat in the iOS App
What is XMPP: XMPP (Extensible Messaging and Presence Protocol) is a protocol based on Extensible Markup Language (XML) and intended for instant messaging (IM) and … Read more “Integrating XMPP Chat in the iOS App”
Share a URL on Facebook from Android App or Website
We recently developed an Android app for Activation Program for one of the prime Telecom Operator in India. There was a contest that winner will … Read more “Share a URL on Facebook from Android App or Website”