Why is Java Script considered as the future?

Post Views: 860 Java Script is a light weight, object-oriented programming language with top built-in functions and is best known as a scripting language for webpages. But, it is also used in many non-browsing environments as well. Java Script is ruling the digital world today. Web pages, mobile apps, cloud services, IOT Devices – they […]

Read more

Youtube video XML url : Part 5

Post Views: 1,409 Youtube video XML url : Part 5- So open youtube.com and open a play list Search a channel on youtube and open it. You will find a playlist tab . Open that tab and it will display playlist. Click on any play list and you will see url of play list https://www.youtube.com/watch?v=DPbnQFxdpPg&list=LLA34Z3lq8FozSQzDHsSLcmQ […]

Read more

Design Video List Component : Part 6

Post Views: 598 Design Video List Component : Part 6- Create a components folder in src folder and add VideoList.js file in it, open this file and start importing component import React, { Component } from ‘react’; import { View, Text } from ‘react-native’; import CardWrapper from ‘../common/CardWrapper’; import CardInner from ‘../common/CardInner’; class VideoList extends Component { render() { […]

Read more

1 2
top