Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Mobile

December 17, 2021 Mobile / Web Development

NodeJs ZLIB – Zip and Unzip files using Nodejs

December 17, 2021 Mobile / Web Development
Post Views: 4,947
| By Webner

Compression and decompression of files also mean to zip or unzip files using Nodejs. It is implemented in Nodejs using the Zlib module. We can access Zlib using the following command. const zlib = require(‘zlib’); Zip and Unzip of files

Read More
December 6, 2021 Mobile / Web Development

Tab view in React-Native

December 6, 2021 Mobile / Web Development
Post Views: 1,368
| By Webner

It provides various packages to create tabs like views in the application. So react-native-tab-view is one of them. This component is implemented using the react-native-pager-view which is another component that allows the user to swipe left or right throughout the

Read More
September 28, 2021 Mobile / Web Development

React-Native-Fast-Image Introduction

September 28, 2021 Mobile / Web Development
Post Views: 2,112
| By Webner

For the most part, React Native’s Image component handles image caching in the same way as browsers do. If the server is returning proper cache-control headers for images you’ll generally get the sort of built-in caching behavior you’d have in

Read More
September 2, 2021 Mobile / Web Development

Service layer in Angular

September 2, 2021 Mobile / Web Development
Post Views: 1,791
| By Webner

Angular service is very useful to organize business logic or data in the different components of an application. The methods written in the service file can be invoked from different typescript files of a component. The controller is responsible for

Read More
August 31, 2021 Mobile / Web Development

Hooks in React

August 31, 2021 Mobile / Web Development
Post Views: 1,343
| By Webner

Hooks are the new feature of the react. They let you use the state and other features of React without creating a class. They are mainly used to handle state and other side effects in react functional components. Side effects

Read More
July 5, 2021 Mobile / Web Development

Deploying a React App on Linux based Server

July 5, 2021 Mobile / Web Development
Post Views: 6,187
| By Webner

Step 1. Creating a React App Install Create React App with the following command: npm install -g create-react-app Run this command to create a new app called my-reactapp: npx create-react-app my-reactapp Step 2. Reconfigure package.json. Go to the specified directory

Read More
June 9, 2021 Mobile / Web Development

Rename package name in React-native

June 9, 2021 Mobile / Web Development
Post Views: 2,477
| By Webner

In react-native, To create a new application we use the following command: react-native init MyApp This command will create a package name with com.myapp. Sometimes, if your application is created with the wrong package name or bundle id or you

Read More
June 2, 2021 Mobile / Web Development

Increase React Native App Performance

June 2, 2021 Mobile / Web Development
Post Views: 1,984
| By Webner

React Native apps have numerous benefits like they are fast, cost-efficient, and offer a nearly native look. But, when it is not done properly, it can lead to performance issues. So, while making you react to native applications, developers need

Read More
December 21, 2020 Mobile / Web Development

How to get phone contacts in the react-native application

December 21, 2020 Mobile / Web Development
Post Views: 4,166
| By Webner

To get phone contacts in the react-native application, it provides a package called react-native-contacts. This package provides you with all the contacts and their info from your mobile device. Installation: npm install react-native-contacts –save For ios: cd ios && pod

Read More

Posts navigation

1 2 3 … 47 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection