Deepshikha Puri: Mobile App Developer (Android & iOS))

Deepshikha Puri, the young Indian Entrepreneur heading the mobile development trade from years to successive extent, has worked with numerous clients and many tremendous brands in this industry of mobile encompassing in India and overseas maintaining promising work relationships with each of them with an impression to manage it's whole thing.

Sunday, November 10, 2019

Video Demo: There are two type of permissions: Normal and Dangerous permission. Normal permission are like Internet permission, network permission etc and Dangerous permission contain the private data of users like contact details, gallery etc. Before Android version 6 these permissions are showed while installing the application but there is...

Friday, April 19, 2019

Video Demo: Basically a WebView is a view while display the web pages in our native applications. We are also able to load our local HTML in this WebView. Download Source code from below. STEPS TO CREATE A REACT NATIVE PROJECT: Step 1-> To create your project run this command: sudo npm install -g react-native-cli Step 2->  Now...

Wednesday, March 20, 2019

Video Demo Many times in react native we need to fetch data from a server end. In this tutorial we will learn how to call the rest api's in React Native. DOWNLOAD SOURCE CODE FROM BELOW STEPS TO CREATE A REACT NATIVE PROJECT: Step 1-> To create your project run this command: sudo npm install -g react-native-cli Step 2->  Now...

Tuesday, March 12, 2019

Video Demo: Basically a Flatlist is a view of group that illustrates the data in a horizontal or vertical scrollable view. In react native Listview is deprecated, so most of the time FlatList is used in react. FlatList is  similar as ListView. In this tutorial we are going to learn how add the Horizontal FlatList in react native. DOWNLOAD...

Sunday, March 3, 2019

Video Demo: This article is about facebook integration in your react native application. Nowadays my applications are using Facebook login to register user in their application. The fbsdk library is a simplest way for Facebook integration in react native. DOWNLOAD SOURCE CODE FROM BELOW. STEPS TO CREATE A REACT NATIVE PROJECT: Step...