Front End DevelopmentMobility

Working With React Native : Part#1

Introduction React is based on JavaScript created by a collaboration of Facebook and Instagram, It was introduced in 2013. Its main focus is to allow developers to create front-end interfaces easily and rapidly. React isn’t a complete framework. It does not offer various components you’ll find in projects based on Ember or Angular JS. Instead, many […]

MobilityTechnology

Augmented Reality based Mobile Applications – The Future of Mobile Technology

Augmented Reality (AR) is the next big thing in the world of mobile technology in which the users will be able to experience the real world with computer-generated data overlaid on it. In augmented reality, the sensory feelings of what we see, hear, and smell are enriched to a great extent that it blurs the […]

AndroidJava/JVMMobility

Swipe To Dismiss RecyclerView

This tutorial is about how to create “swipe to dismiss” RecyclerView item like Gmail app. For this, we don’t need any 3rd party Library. For this purpose, you just need to add one class which is part of Android Support Library. The name is “ItemTouchHelper”. By now you know that this blog is all about […]

AndroidAutomation TestingAWS

How to provide your TestsScripts & Dependencies to AWS Device Farm

If you are using Appium, TestNG & Maven test frameworks and Java language for your mobile automation project, then it’ll help you. To run your Appium Java TestNG scripts, you need to club your test-cases & all the dependencies in one file and provide it to Device Farm. And to attain this, do some modifications in the […]

Automation TestingManual TestingMobility

Jmeter with Mobile

Jmeter is known for Performance and Functional testing tools for Web, but Jmeter can also record scripts for Mobile Applications. You can record and play script from Jmeter and quickly verify Mobile application performance and functional aspects. Jmeter has features to prepare and run our mobile specific performance test scripts. We need to do configuration […]

AndroidAutomation TestingAWS

Android App Automation on Multiple Devices in parallel using AWS Device Farm

App Automation lets you ensure that you can run your test-suite repetitively, with minimal effort & check the results whether its meeting your functional requirements or not. After each build-release, you need to follow the same procedure. But the challenge is to cover variety of phones & tablets and it is really impossible to test […]

iOSMobilityTechnology

Playing with 3D Touch—iOS

As we know that Apple has got a very different way to interact with the device in 6s and 6s plus by introducing 3D touch. In 3D touch, the phone judges how much pressure we are applying over the device and perform an appropriate action accordingly. iPhone responds to the subtle tap when one interacts […]

AndroidMobilityTechnology

Ripple effect in Android

What is Ripple? Ripple is a small wave like pattern, generally formed on the surface of some liquid when you drop something on it. What is Ripple effect in Android? Ripple effect provides an instantaneous visual confirmation at the point of contact when users interact with UI elements. These UI elements could be any of […]

Manual TestingMobility

LOCALIZATION TESTING & IT’S BEST PRACTICES

What is Localization Testing? Localization testing is performed to verify the quality of a product’s localization for a particular target culture/locale and is executed only on the localized version of the product. Things to know, before you start- In localization testing, an application behaves as expected whether it is for desktop, mobile or online distribution […]

Services