Skip to main content

68 posts tagged with "Mobile Development"

Articles related to mobile development

View All Tags

Best Resources to Learn React Native

· 7 min read
Full Stack Developer
Last updated on June 27, 2020

react native platform

React Native is a framework for building cross-platform mobile apps for iOS and Android. There are lots of materials with which to learn React Native and in this article I will show the best 10 resources to learn React Native development. For each learning material I will talk about the entry behavior, time to complete, content and difficulty level.

Giphy Integration in React Native

· 5 min read
Full Stack Developer
Last updated on May 18, 2026

react native giphy

GIPHY integration is useful in React Native chat, comments, stories, social feeds, and messaging apps. The implementation is straightforward, but production apps need more than a search URL: attribution, API key handling, debounced search, pagination, safe media rendering, and a clear fallback when the API is unavailable.

React Native Redux Integration

· 24 min read
Full Stack Developer
Last updated on February 24, 2020

redux hooks

Redux is a popular React and React Native state management library, meant to be used in complex React and React Native apps where sharing state between multi-level components can get extremely difficult to manage. In this article we are going to learn how to use Redux with React Hooks by building a real React Native app.

The API Dependency Conundrum [SOLVED]

· 13 min read
Full Stack Developer
Last updated on July 10, 2020

api dependancy

Are you a mobile App developer? Do you work in a team along with Web developers? Does your app depend on APIs provided by the Web team? Have you ever faced issues with unavailability of APIs to develop or test a certain feature in your app? If your answer for all the above questions was yes, then this article is for you.

Why You Should Build a Mobile App for Your Salon or Barber Shop

· 8 min read
Full Stack Developer
Last updated on August 9, 2019

salon mobile app barber

The Salon and Spa is one industry that’s based on repeated business. Back in the 60s, 70s and 80s spa and salon services like massages, haircuts, manicure, and pedicure were luxurious services generally provided for rich elites as it depends on affluence. In recent times, people have become more concerned about their hairstyle and overall personality. In the past, there was a usual notion that it is the females who are more concerned about their looks, hair, and skin but with the changing trends, even men are willing to groom their body and particularly take care of their hair.

Integrating WordPress REST API with React Native

· 5 min read
Full Stack Developer
Last updated on May 18, 2026

WordPress exposes a REST API that React Native apps can use for blog readers, news apps, documentation hubs, content-heavy ecommerce apps, and publisher experiences. The API is useful out of the box for public posts, pages, categories, tags, users, media, and custom content exposed by plugins such as Advanced Custom Fields.

The production challenge is not fetching one post. It is handling pagination, HTML content, media URLs, caching, empty states, authentication boundaries, and safe write operations without leaking WordPress credentials into the mobile app.

wordpress rest api react native

What Is Flutter And Why Should You Care

· 3 min read
Full Stack Developer
Last updated on December 6, 2018

If you’re a mobile developer like me, you’ve already heard about the new toy everyone is playing with these days: Flutter – Google’s open source SDK for building native apps for iOS and Android from a single codebase. In other words, it’s Google’s competing horse against Facebook’s React Native, to say the least.

flutter view