Background
Mobile Engineering Guides

ByProgrammers Blog

Comprehensive React Native tutorials, UI animations, navigation architectures, and best practices.

All Articles (23) React Native Python Web Django iOS Excel SQL Server
React Native
1 min read

LCRN EP11 – Travel App – React Native UI

In this episode of “Let’s Code React Native” series, we are going to build a beautiful Travel app based on the design created by Micheal on Dribbble. Plugins Links Starter Template Full Source Code How to generate Google Maps API Key for Mobile App? How to integrate Google Maps in React Native App? Maps Styling […]

Mar 15, 2021 Read Tutorial
React Native
2 min read

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

Jan 03, 2021 Read Tutorial
React Native
1 min read

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?

Dec 07, 2020 Read Tutorial
React Native
3 min read

How to integrate Google Maps in React Native App?

In this blog post, we will integrate Google Maps to our React Native App with react-native-maps library. First, we initialise new React Native project with command below: Please take note that in this blog post, we are using React Native version 0.63 After we initialise our new project, we will need to change directory to […]

Nov 29, 2020 Read Tutorial
React Native
1 min read

How to generate Google Maps API Key for Mobile App?

First, go to Google Cloud. If you does not have an account, you are required to sign up an account in order to proceed next step. If you already have an account, please sign in to Google Cloud. After login to Google Cloud, go to Google Cloud Console. Create a new project via screenshots shown […]

Nov 26, 2020 Read Tutorial
Python
1 min read

Introduction of web scrapping with Python

In this series of blog posts, we will introduce 2 methods to perform web scrapping with Python: Method 1: Using requests and BeautifulSoup This method is applicable for web page which having static or server side rendered content. However, this method is not applicable for web page that rendered by client side Javascript. Method 2: […]

Jan 13, 2019 Read Tutorial
Django
1 min read

Django Installation in Windows

These are the steps to install Django in Windows environment. ** Important Notes ** Use Command Prompt instead of PowerShell. 1.Download and install Python. Remember to add Path to environment variable. 2. Download and install PIP. 3. Install a virtual environment. 4. Create a virtual environment for all Django projects. 5. Activate the virtual environment. […]

Jan 11, 2019 Read Tutorial
Previous 1 2 3 Next