Skip to content
Bing的天涯路
熊冰的技术博客
  • 主页
  • 前端开发
    • HTML & CSS
    • JavaScript
    • jQuery
  • 后端开发
    • Node.js
    • PHP
    • 数据库
    • R语言
  • 电子电路
    • 机器人学
    • 电路基础
    • Arduino
    • Raspberry
    • LabView
  • 人工智能
    • 大数据
    • 机器学习
    • Python
    • TensorFlow
  • 移动端
    • Java
    • Swift
  • 物联网工程
  • 思想汇
    • 系统工程
 
892867807@qq.com
  • 主页
  • 前端开发
    • HTML & CSS
    • JavaScript
    • jQuery
  • 后端开发
    • Node.js
    • PHP
    • 数据库
    • R语言
  • 电子电路
    • 机器人学
    • 电路基础
    • Arduino
    • Raspberry
    • LabView
  • 人工智能
    • 大数据
    • 机器学习
    • Python
    • TensorFlow
  • 移动端
    • Java
    • Swift
  • 物联网工程
  • 思想汇
    • 系统工程

Category Archives: 移动端

You are here:
  1. Home
  2. Category "移动端"

SwiftUI

swift, 移动端By Bing2020年12月3日Leave a comment

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…

Swift Deep Dive

swift, 移动端By Bing2020年11月29日Leave a comment

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”:…

RN中Redux+FlatList实现列表数据加载

Java, JavaScript, swift, 前端开发, 移动端By Bing2020年3月10日Leave a comment

本文将讲解以下的知识点: 如何基于redux+FlatList实现列表页数据加载 如何设计最热模块的state树 如何操作异步action与数据流 如何动态的设置store和获取store 如何灵活应用connect action如何和调用的页面…

react-native网络编程及数据存储技术并实现RN离线缓存框架

Java, JavaScript, swift, 前端开发, 移动端By Bing2020年3月9日Leave a comment

索引: Fetch网络请求数据 RN数据存储技术 RN离线缓存框架   Fetch网络请求数据 一个Fetch简单的使用,请求一个github的api然后显示收到的数据 import React, {Component} from ‘react’; import {View,…

react-native-vector-icons及react-navigation V4的配置和使用

Java, swift, 移动端By Bing2020年3月2日Leave a comment

react-native-vector-icons的配置及使用 配置Android运行环境 react-navigation V4的配置和使用   #1 react-native-vector-icons的配置及使用 react-native-vector-icons 最常用的矢量图标库 react-nat…

react-native-1 底部菜单开发

Java, swift, 移动端By Bing2018年12月13日Leave a comment

rx online 第一部分 生成底部菜单 底部菜单使用的是react-native-tab-navigatorz 这个组件。首先安装 npm install react-native-tab-navigator –save 然后引入即可使用: import TabNavigator from ‘react-…

微信小程序的一些坑

移动端By Bing2018年11月10日Leave a comment

rx online 第一 开关的坑 所需要实现的功能是点击开关,弹出提示框提示用户是否要进行该操作,用户通过选择确定或取消可以触发相对应的操作,该操作有可能成功也有可能失败,因此需要在失败或者成功的时候让…

React Native – Redux

移动端By Bing2018年5月20日Leave a comment

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…

React Native – Authentication with Firebase

移动端By Bing2018年5月13日Leave a comment

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  …

React Native – Handling Component Layout

移动端By Bing2018年5月12日Leave a comment

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…

12
Bing的天涯路@copyright all right reserve 黔ICP备17009602号-1
  • About The7
  • Custom Shop
  • Support Portal
  • Get The7!
Useful Links
Go to Top