Auto Renewable Subscriptions in iOS and Android

Auto Renewable Subscriptions in iOS and Android

Auto renewable subscriptions allow customers access to content, services, or premium features in your app by subscribing to it. After completion of each subscription period, the subscription automatically renews until a user manually cancels it. Developers can offer subscriptions along with other in-app purchase products within the app. Applications: Premium content Episodic content Software as a […]

Read More
Agile Methodology with Scrum
Project Management

Agile Methodology with Scrum

What is Agile? Agile software development methodology is more versatile to changes as there is no in-depth planning at the beginning of a project rather there are changing requirements throughout the process of the project. Constant feedback from the end users is encouraged. In agile, there is an incremental and iterative development approach. The work […]

Read More
AWS Route53: Understanding Features and its Usage
Cloud Services

AWS Route53: Understanding Features and its Usage

Introduction: Amazon Route 53 provides DNS (Domain Name System) service with 100% availability. DNS translates human-readable names like www.example.com to a numeric IP address that computers used to talk to each other. Route 53 provides three main functions: Domain Registration Domain Name System service Health Checking Amazon route 53 integrates seamlessly with other AWS services […]

Read More
Importance of Wireframing and Prototyping
UI/UX

Importance of Wireframing and Prototyping

What is Wireframe? Wireframe is a basic idea of how your website content looks like. It will explain the content and concept of how your content and images and your product will display in your website. It will help a lot to the designer as well as the client to discuss the overall website. Wireframe […]

Read More
Event Dispatcher and Event Handler

Event Dispatcher and Event Handler

Events Whenever any discussion related to “events” comes in PHP, I usually lean to think, “There is not a real event in PHP”, “PHP works on the synchronization of execution”. Therefore, it will not use events. There are some frameworks that provide the functionality of “Event Dispatcher” like Symfony. Here I am taking one example […]

Read More
KeystoneJS Framework on Node

KeystoneJS Framework on Node

KeystoneJS is an Open Source, Node JS framework based on CMS and Web Application Platform. Getting started with KeystoneJS? For, KeystoneJS there are multiple dependencies have to install Node JS (https://nodejs.org/en/download/) Mongo DB (https://www.mongodb.com/download-center#community) Features When you install KeystoneJS, by default it will configure Express Js and Mongo DB (both are used for faster response). […]

Read More
Project Management – Fixed Price Project Posting
Project Management

Project Management – Fixed Price Project Posting

There are different scenarios for revenue recognition postings No WIP, Completed percentage and completed contract. In this article, we go through the postings of fixed price project which is based on completed percentage. Project postings method (revenue recognition) are defined on project groups and that project group selected on project creation. So below are the […]

Read More
Microsoft Dynamics AX: Ledger Balance Verification in Trial Balance

Microsoft Dynamics AX: Ledger Balance Verification in Trial Balance

Issue: Ledger balance does not match with the actual one. Many times, clients face an issue when verifying the closing balance of ledger in AX. The closing balance of the ledger in Trial balance does not match with the actual one. Scenario-1: Closing Balance for year end date can be viewed from various places. Like; […]

Read More
Step-by-Step Guide to Manage Cloud Printing: Google Cloud Print using API

Step-by-Step Guide to Manage Cloud Printing: Google Cloud Print using API

Note: “Google has decided to discontinue Google Cloud print. Thus it is getting deprecated in December 2020. If you are already using Google Cloud Print, learn more with us on how to plan your migration to other API-based cloud printing solutions” Are you looking for cloud application development services that integrate Google Cloud Print? First, […]

Read More
Unit testing in Android

Unit testing in Android

For any software development testing is an important phase where one has to check the stability and reliability of the software. Testing can be done in two different ways: Manual testing: Time consuming and tedious: Since test cases are executed by human, it is very slow and tedious. Huge resources required: More testers are required […]

Read More
XPath in Selenium WebDriver

XPath in Selenium WebDriver

Locators In Selenium automation, Locators are used to locating the elements on webpages but very often it has been observed that either multiple matching elements are located or not even any element is located. So, in order to accurately locate the elements on the webpage, the XPath locator is used. There are different types of […]

Read More
Introduction to Reactive Programming RxJava and RxAndroid

Introduction to Reactive Programming RxJava and RxAndroid

RxJava is out for quite some time and people are hearing about its greater capabilities, but a lot of them haven’t started yet. If you are one of them, you are late, but that’s ok. Few developers say there is no proper guide/document available or they fear to start something new. In this blog, I […]

Read More