JavaScript Training
- Javascript Fundamental
- Data Types
- Advanced Working with Functions etc
package com.devstepbcn.wifi; | |
import com.facebook.react.uimanager.*; | |
import com.facebook.react.bridge.*; | |
import com.facebook.systrace.Systrace; | |
import com.facebook.systrace.SystraceMessage; | |
import com.facebook.react.ReactInstanceManager; | |
import com.facebook.react.ReactRootView; | |
import com.facebook.react.modules.core.DefaultHardwareBackBtnHandler; | |
import com.facebook.react.modules.core.DeviceEventManagerModule; |
HTTP/1.1 200 OK | |
Content-type: application/json | |
Content-length: 465 | |
{ | |
"value": [ | |
{ | |
"id": "AAMkADA1MTrfAAA=", | |
"createdDateTime": "2016-04-22T05:44:01.2012012Z", | |
"lastModifiedDateTime": "2016-04-22T05:44:02.9980882Z", |
exports.reports = () => { | |
return [ | |
// { | |
// title: "GREEN LEAF REPORTS", | |
// items: [ | |
// { | |
// id: "report-green-leaf", | |
// name: "DAILY GREEN LEAF" | |
// }, | |
// { |
// list for employee /employee | |
{ | |
page: 1 | |
gardenId: "51" | |
limit: 10 | |
} | |
// list for access for user /employee/access | |
{ | |
id: 42 |
{ | |
"responses": [ | |
{ | |
"textAnnotations": [ | |
{ | |
"locale": "en", | |
"description": "SATISH MOHAN •\nTechnology Lead •\n+91 22 6718 6718 .\n+91 98677 28189 .\nTech Point\[email protected] .\nInformation Driven\nwww.techpoint.biz e\n", | |
"boundingPoly": { | |
"vertices": [ | |
{ |
[{"first_name":"Chere","last_name":"Jardein","email":"[email protected]","title":"Open Up to Me (Kerron sinulle kaiken)","country":Country.find(187),valid_from: "2019-09-11",valid_to: "2119-09-01",password: "12345678",company: Company.find(1),currency: "SGD"}, | |
{"first_name":"Arline","last_name":"Privett","email":"[email protected]","title":"Magic Hunter (Büvös vadász)","country":Country.find(187),valid_from: "2019-09-11",valid_to: "2119-09-01",password: "12345678",company: Company.find(1),currency: "SGD"}, | |
{"first_name":"Dionysus","last_name":"Sandercock","email":"[email protected]","title":"Day the Earth Stood Still, The","country":Country.find(187),valid_from: "2019-09-11",valid_to: "2119-09-01",password: "12345678",company: Company.find(1),currency: "SGD"}, | |
{"first_name":"Yance","last_name":"Swyer","email":"[email protected]","title":"Bianca Beauchamp: All Access","country":Country.find(187),valid_from: "2019-09-11",valid_to: "2119-09-01",password: "12345678",company: Company.find(1),currency: |
JavaScript Training
import React, { Component } from "react"; | |
import Autocomplete from "react-native-autocomplete-input"; | |
import { Text } from "native-base"; | |
import themeColors from "../../theme/joany_v1/colors"; | |
import { Platform, StyleSheet, ScrollView, Dimensions, KeyboardAvoidingView } from 'react-native'; | |
const { height } = Dimensions.get('window'); | |
const AutocompleteInput = props => { | |
const { | |
defaultValue, |
import React, { Component, PureComponent } from 'react'; | |
import { StyleSheet, Text, View, TouchableOpacity, Platform, Image } from 'react-native'; | |
import ImagePicker from 'react-native-image-picker'; | |
export default class CaptureImage extends PureComponent { | |
constructor(props) { | |
super(props); | |
this.state = { | |
picSource: null |
import ChatBot from 'react-native-chatbot'; | |
const steps = [ | |
{ | |
id: '0', | |
message: 'Welcome to react chatbot!', | |
trigger: '1', | |
}, | |
{ | |
id: '1', |