News, articles, tips & tricks

React Native Tutorial : Simple Layouts With react-native-easy-grid

Sometimes it becomes harder for UI/UX designers to build complex layouts in React Native.Here in this article we will show you how to use an very simple utility library for React Native to build layouts. You can download the version used in this tutorial at react-native-easy-grid-fork. Or npm install react-native-easy-grid --save import { Col, Row,…

Learn more
ReactJS Tutorial : Fetching Data From APIs

Using fetch with JavaScript to retrieve data from an API is quite similar using with React. In this post, we will discuss through the steps to use fetch to get data from an API using React. We will be going slow enough that, even if this is your first time using an API, or you’re…

Learn more
ReactJS Tutorial: Component Data Transfer

In React JS, there’s generally a need to pass data from one component to another. With the help of state, we can pass data from somewhere in a component, to somewhere else inside the same component. State is the heart of every React component. It’s an object that determines component behavior and distribution. In other…

Learn more
Top 15 Mobile Ad Networks for Game Developers

Efficaciously constructing mobile game isn’t always the easiest of tasks. Joining an ad network and attaching a few ads up is simple enough, of course, but making the best use of your advertising space so as to drive as much revenue as possible is much more difficult. Our round-up of the 15 best ad networks…

Learn more
App Monetization Lessons, You Can Learn From PokeMon-GO

As of July 13th, Pokemon GO is the vast mobile game in record. Given the fact that everybody (I mean that in the literal sense) is playing it and that it’s been plastered across every newspaper and news channel in some form, it’s world-beating success will probably come as no surprise. The only difference is…

Learn more