SwiftUI
SwiftUI is apple brand new UI framework. Drag and drop code (component & attributes ) Easy Layouts VHZ Stack Cross apple plateform (WatchOS, iOS, iPadOS, MacOS) Part 1 Build a Swift…
SwiftUI is apple brand new UI framework. Drag and drop code (component & attributes ) Easy Layouts VHZ Stack Cross apple plateform (WatchOS, iOS, iPadOS, MacOS) Part 1 Build a Swift…
Dictionary import UIKit // KEY – VALUE var dict = [“Brewery” : “a place where beer is made.”, “Bakery” : “a place where bread is made”] // Declare type var dict_2 : [String : Int] = [“Angela”:…
本文将讲解以下的知识点: 如何基于redux+FlatList实现列表页数据加载 如何设计最热模块的state树 如何操作异步action与数据流 如何动态的设置store和获取store 如何灵活应用connect action如何和调用的页面…
索引: Fetch网络请求数据 RN数据存储技术 RN离线缓存框架 Fetch网络请求数据 一个Fetch简单的使用,请求一个github的api然后显示收到的数据 import React, {Component} from ‘react’; import {View,…
react-native-vector-icons的配置及使用 配置Android运行环境 react-navigation V4的配置和使用 #1 react-native-vector-icons的配置及使用 react-native-vector-icons 最常用的矢量图标库 react-nat…
rx online 第一部分 生成底部菜单 底部菜单使用的是react-native-tab-navigatorz 这个组件。首先安装 npm install react-native-tab-navigator –save 然后引入即可使用: import TabNavigator from ‘react-…
rx online 第一 开关的坑 所需要实现的功能是点击开关,弹出提示框提示用户是否要进行该操作,用户通过选择确定或取消可以触发相对应的操作,该操作有可能成功也有可能失败,因此需要在失败或者成功的时候让…
rx online Section 1: App Mockup and Approach This App I am going to be focusing on is going to be using the Redux framework. We have to figure out what Redux is and figure out how we are going…
rx online Section 1 Auth App Intro Generate a new React Native project react-native init auth Outline of the auth app We need learn to use: Firebase Form Validation Spinner Logout Login …
rx online In this part we will continue to build an Album App and get all the things done! Section 1 Mastering Layout with Flexbox First we are going to start with the header for each card. Co…