News, articles, tips & tricks

Seven unconventional tips for mobile game development

The mobile game development marketing is flourishing and every day there is a new game for mobile users to download. However, just as there are successful games, there are also a number of those that failed. In fact, the very popular and addictive Angry Birds had fifty-one failed attempts! The reasons for a mobile game…

Learn more
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
11 Best Quiz Games For Android

We at Unanimous Studios collected some of the best puzzle games for our readers 1.Jeopardy Jeopardy is a Classic choice Easy gameplay, customizable avatar, easy to follow instructions. And you can turn off the annoying music if it gets to be too much. Some of the categories come up repeatedly no matter which level you…

Learn more
12 Best Android Games Of 2016 (Till Now)

12 Best Android Games Of 2016 (Till Now) There are actually good android games out there, but you must be tired of drudging through endless shovel ware games just to find a good one.People look for android RTS, flight sims, platformers, and probably a few other categories and sure, some of the games found aren’t…

Learn more