In this episode of “Let’s Code React Native” series, we are going to build a clean looking Cryptocurrency app based on the design created by David Morgan on Dribbble. Plugins Links Starter Template Source Code
Author: Jack Tiong
LCRN EP9 – Digital Wallet App – React Native UI
In this episode of “Let’s Code React Native” series, we are going to build a clean looking Digital Wallet app based on the design created by Happy Tri Milliarta on Dribbble. Snippets navigation > tabs.js screens > Home.js (Dummy Data) Plugins Useful Links Source Code
LCRN EP8 – Food Delivery App – React Native UI
In this episode of “Let’s Code React Native” series, we are going to build a good looking Food Delivery App based on the design created by ILia on Dribbble. Plugins Useful Links Source Code How to generate Google Maps API Key for Mobile App? How to integrate Google Maps in React Native App?
LBW EP1 – Shopify (Free Trial) Landing Page Cloned – Fully Responsive – HTML and CSS
Today we are introducing a brand new series called “Let’s Build Website” where we are mostly going to show you how we develop websites based on some certain design from scratch by using HTML, CSS and perhaps some JavaScript. In this very first episode of “Let’s Build Website”, we are going to clone the Shopify […]
How to create multiple targets in XCode?
If you are currently working for a company as an iOS developer, chances are you might need prepare your app to be run on different environments (e.g. Development, Testing and Production). Different environments will usually run on a different set of data such as the initial setting data or more specifically the API URL might be different.
Swift: Switch between Storyboards
Assuming you’ve created a storyboard called “SettingControllerSB.storyboard”. Next, you will need to give the View Controller a name via “Storyboard ID” as shown below.