Visit us on www.bitwisebranding.com for Branding, Digital Marketing and Design Solutions.

A collection of articles by Team BitWise
The BitWise Blog

A

Latest stories

Confirm Dialogs are extremely common requirement in web applications which requires frequent user actions. This tutorial shows how to implement a simple reusable confirm component and directive in Angular 4 application using TypeScript. Here we are going to use Bootstrap 4 NgbModule for the confirm dialog box. Note: This tutorial is not...

Integrate Banner Ad for iOS & Android using AdMob

I
By Neel Gajjar - Unity Developer In Unity Development
Requirements- Unity 4 or higher- To deploy on iOS       - Xcode 7.0 or higher   - Google Mobile Ads SDK 7.7.0 or higher- To deploy on Android   - Android SDK 3.2 or higher   - Google Play services 7.5 or higherDownload GoogleMobileAds.unitypackageImport the plugin into your game1....

Integrate Interstitial Ad for iOS & Android using AdMob

I
By Neel Gajjar - Unity Developer In Unity Development
Requirements- Unity 4 or higher- To deploy on iOS       - Xcode 7.0 or higher   - Google Mobile Ads SDK 7.7.0 or higher- To deploy on Android   - Android SDK 3.2 or higher   - Google Play services 7.5 or higherDownloadGoogleMobileAds.unitypackageImport the plugin into your game1. Open your project...
1. Pokémon GODeveloped & published by Niantic; when both Niantic & Nintendo collaborated with The Pokémon Company & the game was initially released in selected countries during July 2016.Pokémon GO needs no introduction as this game took over the world soon after its release.Pokémon Go is an augmented reality location-based game for...

Use Debug.Break() to pause the editor

U
By Neel Gajjar - Unity Developer In Unity Development
Use Debug.Break() in your code to pause the editorDid you know that you can control the unity editor play state directly from your code?Suppose, there is a moment where you want to pause the execution to check your object values. In this situation use Debug.Break().Sample code :using System.Collections;using System.Collections.Generic;using...

Submit a Game to AppStore - For beginners

S
By Neel Gajjar - Unity Developer In Unity Development
Steps to submit a Game to AppStore1. Switch platform as iOS and then make a build2. If you make a build in your Windows PC then you have to take that file to MAC and in the terminal, you have to give a permission to MapFileParser.sh    To give permission you have to write     xyz$ chmod +...

What is nonce in Blockchain?

W
By Pratik Jain In BlockChain & ICO's
The "nonce" in a block of bitcoin made of a 32-bit (4-byte) field and its value is set in such a way that the hash of the block contains a run of preceding zeros. The remaining of the fields are left unchanged, as they have a defined meaning. A change into the data of block (such as the nonce) will make the hash of the block completely different....

What is Graphene?

W
By Pratik Jain In BlockChain & ICO's
Graphene™ is a platform of software to deploy generation third in a cryptographical manner with secure decentralized ledgers which are known to be based of blockchains. One can consider Graphene as a toolkit for real-time blockchains. Systems based of Graphene have orders of magnitude with better performance than first-generation or even 2nd...

What is Bitshares?

W
By Pratik Jain In BlockChain & ICO's
BitShares also symbolised as BTS, was earlier known as ProtoShares symbolised as PTS, is an industry grade “crypto-based-equities”, P2P distributed ledger & network functional on a Delegated Proof of Stake (DPoS) algorithm. It was formed in 2014 by visionary Dan Larimer (“Bytemaster”), one of the founders of Steemit, EOS and...

What is IPFS ?

W
By Pratik Jain In BlockChain & ICO's
IPFS is an effort to overcome inherent challenge posed by orthodox web language HTML. HTML has been found to be delayed, centralized & short term (content can be removed by host anytime). While IPFS is a P2P hypermedia technology to convert the web into speedier, safer, and more open. The InterPlanetary File System (IPFS) is a P2P distributed...