React Native:Tutorial #7 – Top 10 React Native Libraries

React Native community is huge. Most web developers prefer to learn React Native than two languages for android and iOS. Almost in any development framework, it's really hard to do the development without using any third-party libraries. If you are familiar with react.js, you will find many common libraries in React Native. In this […]

React Native:Tutorial #5 – React Native API Integration

React Native API Integration is one of the easiest way to fetch data from a remote urls. You can user the API integration to use not only GET request but we can also use any other HTTP requests like POST, PUT, DELETE easily on both Android and iOS using a single piece of code. In this tutorial, we […]

React Native:Tutorial #4 – React Native UI Components

In this blog post, we will learn few commonly used React Native UI Components. We can use different types of UI elements in a react-native project. But remember that it may look different in an android and iPhone. We will learn how text inputs, touchables and picker with different examples. If you have not read […]

How to add PHP to a WordPress Page or Post?

WordPress comes with an intuitive visual editor that covers all your basic needs for posting content. No coding is needed. However, when making custom pages or posts, you might need to add your own PHP code. How to add PHP to a WordPress page or post properly? Read on, I’ll present the easiest way to …

How to add PHP to a WordPress Page or Post? Read More »

The post How to add PHP to a WordPress Page or Post? appeared first on The Crazy Programmer.

A Beginners Guide to Kotlin

What is Kotlin ? Kotlin is an expressive Open Source Programing Language with Type Interface for Android development which supports Java Virtual Machine. Google has adopted Kotlin as an official language for Android development. Kotlin development was started by JetBrains initially. It is a compiled and statically typed programming language. Kotlin can be compiled to […]