Tag Archives: Mobile

What is Flutter and Why everyone is talking about Flutter App Development?

Getting Started With Flutter: You might have heard the word “Flutter”. If not, at least, you have read it by now. So what is Flutter? And why is everyone talking about Flutter App Development? Don’t worry If you haven’t heard … Read More »

Tagged |

How to make a Dismissible List View in Flutter

In this blog, we’ll look at how we can build a dismissable list view in Flutter. You can think of dismissible widget as a draggable piece UI of that can be dragged in any direction and the action causes the … Read More »

Tagged |

Deploying NodeJs (ExpressJs) project with Docker on Kubernetes

Prerequisites: Nodejs understanding, Kubernetes/Docker Architecture Theory We are going to learn how to: Deploy an expressjs app (docker image) to kubernetes Add a kubernetes health-check to it. I will keep this article simple and hopefully you will understand things easily. … Read More »

Tagged |

How to Manage Multiple Environments in a React Native App for Android

This is a step by step guide for React Native Developers to understand how to manage multiple environments in a React Native App for Android. Environment specific builds give us a way to: Change the values of variables at build … Read More »

Tagged |

React.js to React Native, Kickstart!

Do you know React.js and want to learn React Native or need some Kickstart Introduction of React Native? Then this is where this blog comes in to get you some hands on info on React.js to React Native Before we start, … Read More »

Tagged |

Flutter: Comparison with Native, React Native and Ionic

Google has recently released a development framework called Flutter for cross platform mobile application development. The framework uses Dart  programming language. If you are looking to build an app for both Android and iOS, then you have the following options … Read More »

Tagged |

The Ultimate Guide to Building an Augmented Reality App

Introduction One of the world’s biggest digital stories of all time, Augmented Reality (AR) continues to grow and be adopted. AR app development has attracted widespread attention and investment after the launch of games such as Pokemon Go and Augmented … Read More »

Tagged |

Best Dependency Injection Framework to Choose when Working on iOS apps?

James Shore describe the concept of Dependency Injection as “Dependency Injection” is a 25-dollar term for a 5-cent concept. […] Dependency injection means giving an object its instance variables. […]. There are multiple DI framework available for IOS and based … Read More »

Tagged |

Automatic Build Versioning

The steps required for automatic build versioning have been mentioned as follows: We need to make our application versioning system to apple generic as mentioned in the image below, and also make sure to set the current project version to … Read More »

Tagged |

Why use Firebase as Cloud Back-End for Mobile Applications

In today’s world we have mobile app for almost every thing we are doing in our daily life. Most of the businesses have their mobile apps to keep user engaged with them. Following are the 7 must have features for … Read More »

Tagged |

Your Ultimate Guide to Use of Icon Fonts

  What are Icon Fonts? Icon Fonts are just like fonts.They contain glyphs and symbols. Similarly you style your project fonts, you can style them too. It’s becoming a popular choice on the web and mobile. Pros and Cons for … Read More »

Tagged |

7 Reasons why Ionic can Dictate the Future of Hybrid App Development

In the fragmented landscape of mobile app development frameworks. Where on one side some platforms attract developers because of their native performance gains. On the other side, the HTML-based frameworks have always made developers think twice about even choosing them. … Read More »

Tagged |

5 Key Factors that Make NativeScript an Ideal Mobile App Framework

With the advent of multiple mobile phone brands and subsequent introduction of separate app stores, the idea of choosing a cross-platform framework gained hype. But there were tradeoffs with the previously existing frameworks, if your app was to support all … Read More »

Tagged |

Apple 3D Touch

What is 3D Touch With the iPhone 6s and 6s Plus, Apple introduced an entirely new way to interact with the phones, a new type of gesture called 3D Touch. 3D Touch brings new dimension to the Multi-Touch interface. How … Read More »

Tagged |

Building a Custom Sticker Pack iMessage Application for iOS 10

Hello guys, In the first part of the tutorial we learned about Messages framework with which we can develop applications for Messages App, we also created our first iMessage app which was a Sticker Pack application without writing a single line of … Read More »

Tagged |

Introduction to SiriKit

What if your users could talk to your app? Sounds incredible, right? With iOS 10 that is now possible because with the Sirikit in iOS 10 you can now overcome the communication barrier between your app and its users. SiriKit … Read More »

Tagged |

Introduction to Messages Framework and Sticker Pack Application

Hello guys, As you all know that apple has introduced brand new framework for creating iMessage applications for Messages app. Today I will try to make you understand how these apps work and how we can create a very simple … Read More »

Tagged |

Software Design Practices for Unity3D based Development (Part2)

Hi guys, This is a continuation of my previous blog post titled ‘Software Design Practices for Unity3D based Development’. In this post we’ll discuss some of the best practices you should follow when creating your app’s architecture in Unity 3D. … Read More »

Tagged |

Working with Generic Programming in Swift

Hi guys, in this post we’ll look at generic programming and functions that you can use when coding in Swift, and how useful they can be. Let’s get right to it.  What is generic programming?? For those of you not … Read More »

Tagged |

Creating Custom Controls in NativeScript

  NativeScript is a cross-platform mobile app development framework that helps developers build apps for multiple mobile platforms from the same code, using just JavaScript and XML; saving them from having to learn platform specific languages like Swift, etc. Apps … Read More »

Tagged |

Unity3D: Best Software Design and Development Practices (Part 1)

Unity3D is an amazing game engine that has enabled developers and designers to create some truly incredible games (like Assassins Creed Unity) with far less effort that would otherwise be involved. Indie game developers in particular really like Unity3D because … Read More »

Tagged |

Introduction to NativeScript

NativeScript provides a set of tools and frameworks for developing apps for various mobile platforms. NativeScript’s motto is “Write Once, Run Everywhere”, which essentially means that any app you write/code in NativeScript, can be deployed as a native iOS, Android … Read More »

Tagged |

How to Build Modular iOS Storyboards

With the introduction of storyboards back in iOS 5.0, user interface (UI) designing for iOS apps has generally become much easier. With larger, more complex apps though, managing the entire app’s screens in a single storyboard file is a challenge, … Read More »

Tagged |

Pipes in Angular 2

Hey guys, In the previous post we have learned about the Data Binding in Angular 2.0 In this post we’re going to take a detailed look at pipes in Angular 2. Pipes in Angular 2 are basically what filters were … Read More »

Tagged |

Angular JS Quick Search Tab

Hey guys, In the previous post we’ve learned How To Use Filters in Angular JS. In this post I’ll show you how to implement a Quick Search Tab in Angular JS. In this tutorial, we’ll build a demo application that … Read More »

Tagged |

Data Binding in AngularJS 2.0

Hey Guys, In the previous post we have learned about the Angular JS 2.0 Components. In this post we’re going to look at data binding in Angular 2. Data binding in Angular 2 works pretty much the same way as … Read More »

Tagged |

AngularJS Filters – All you need to know

Hey Guys, In the previous post we’ve learned How To Write a Custom Directive. In this post I’ll show you how to use filters in Angular JS. For beginners, filters may seem a little hard to understand at first but … Read More »

Tagged |

Angular 2 Components

Hey Guys, In the previous post we have learn the basic concepts of Angular JS 2.0. In this post we’ll take a detailed look at Angular 2 components. As you may know, components are the basic building blocks that we … Read More »

Tagged |

AngularJS File Upload Example & Tutorial

Hi guys, In the previous post we have learned How to create a Grid with Paging,Sorting,Filtering. In this post I’ll show you how to upload a file in AngularJS. For this tutorial, we’ll create a simple form that has a … Read More »

Tagged |

Angular JS Grid With Paging,Sorting,Filtering

Hey guys, In the previous post we have learned How to create User Registration & Login application. This is a follow up to my earlier posts on Angular JS. In this tutorial I’ll show you how to make your lists/tables … Read More »

Tagged |

How to Write a Custom Directive in AngularJS

Hey guys, In my previous post, we’ve given the Introduction of Angular JS along with its feature details. In this post, I’ll show you how to create a Custom Directive in AngularJS and how that can be used. Tutorial You … Read More »

Tagged |

User Registration & Login Example Tutorial

Hey Guys, In my previous post I showed you how to create a Todo Application in Angular JS. In this tutorial I’ll show you how to develop a User Registration & Login application using AngularJS. We’ll be using the PHP … Read More »

Tagged |

Your Definitive Guide for AngularJS 2.0

As a developer, I’m always excited to write about cutting edge new technologies and platforms that have just been introduced in the software development industry. One of these recently introduced technologies is Angular JS v2.0, which based on the industry’s … Read More »

Tagged |

7 Best Practices for JavaScript Development

JavaScript is notorious for being the world’s most misunderstood programming language. At first glance, it seems easy and it certainly doesn’t take much time for an experienced developer to get the hang of it. However, it’s more powerful and complex … Read More »

Tagged |

Multitasking in iOS 9

iOS 9 released on 16th September 2015 came up with several new exciting features. One of these features is the support for multitasking that enables the use of two apps simultaneously side by side. This feature is however limited to … Read More »

Tagged |