Working With Unwind Segues in Swift
Topics What is Unwind Segues? Implementation of unwind segue What is Unwind Segues? An unwind segue is also called exit segue. By using unwind segue we can navigate backward from one screen to another...
View ArticleLearn Modular CSS With Different Methods and Tricks
Topics What is modular css? What is OOCSS? What is BEM? Benefits of modular css What is modular css? Code which adheres to the separation of concerns can be much more confidently modified , edited,...
View ArticleKotlin : Android’s future is here
Overview Google has recently announced to provide first-class support to Kotlin programming language starting from Android studio 3.0. Considering the buzz which is started from Kotlin’s introduction...
View ArticleWorking with CSS Grid Property
Overview First of all we have to understand what is the actual structure or layout followed by CSS grid, CSS grid follows 2 dimensional structure for layout like for column and row. Where as, floex...
View ArticlePassport Authentication for Node.js with MongoDB
Topics What is Passport? How Passport Authentication Works? Passport Authentication Usage Authenticate Request Or Routes What is Passport? Passport is Express-consistent authentication middleware for...
View ArticleKotlin : Android’s future is here – Part 2
Overview This blog is written to cover basics of Kotlin in Android. Topics To set text of TextView To declare various types of lists To iterate for loop To add item in mutableList and iterate through...
View ArticleKotlin : Android’s future is here – Part 3
Overview Activity, Fragment & Dialog Fragment This blog is aimed to learn how to open dialog fragment and fragment from activity. Topics Opening activity from activity Opening dialog fragment from...
View ArticleKotlin : Android’s future is here – Part 4
Overview Recycler View RecyclerView is a boon to Android developers when it comes to handling a huge amount of data in list form. Topics RecyclerView with Kotlin RecyclerView with Kotlin We need to...
View ArticleUse of px, em, rem units in css, which one I have to use and when?
Overview Many people are confused to work with these three units together for the same design. The main reason behind it is the lack of the unit measurement of individual. First we will have basic...
View ArticleDesign your map in Mapbox and integrate it in Unity
Overview This article explains you the procedure to design a map in Mapbox and then implement the Mapbox services in Unity3D. Topics What is Mapbox? Integration of Mapbox with Unity What is Mapbox?...
View ArticleThings You Don’t Know about iPhone 8/8 Plus/X
Overview Apple recently announced three new iPhones named 8/8 Plus and X among them X is more special as it is created to celebrate iPhone’s 10th anniversary and it is first iPhone with full screen...
View ArticleAdd custom dataset points to Mapbox map and integrate them in Unity
Overview This article explains you the procedure to add custom dataset points in Mapbox map and then implement those points in Unity3D. Please go through this first if you are not aware of designing...
View ArticleKotlin : Android’s future is here – Part 5
Overview Retrofit In this blog, we will concentrate on very important aspect in Android – API integration. We will use Retrofit library in this demo and the response of the API is observed using...
View ArticleBootstrap 4: Create Five, Seven, Ten and Eleven equal width grid with margin.
Overview Working with new version of bootstrap [ Bootstrap 4 (Beta) ], again I find that there were no any specific grid structure for Five, Seven, Ten and Eleven equal width grid and put grid offset...
View ArticleKotlin : Android’s future is here – Part 6
Overview View Pager This blog is about implementing view pager in Android using Kotlin. Most of the implementation of view pager in Kotlin is just same as that of in Java. Topics View Pager without...
View ArticleBootstrap 4 (Beta) Pros & Cons
Overview Bootstrap is HTML, CSS and JS responsive framework. Now here comes the bootstrap 4 with beta version. It has been updated a lot than Bootstrap version 3. Anything that gets updated have both...
View ArticleKotlin : Android’s future is here – Part 7
Overview Tab Layout This blog is about implementing tab layout in Android using Kotlin. Topics Tab Layout with view pager Tab Layout without view pager Tab Layout with view pager Including tab layout...
View ArticleiOS Proactive Suggestions
Overview Introduce new ways to increase user engagement with your app.System suggest your app to users at appropriate times. You can provide information about what users do in your app, which helps...
View ArticleHow to customize your app icon?
Overview iOS 10.3 allows you to change your app icon programmatically. We can change our app icon programmatically. Let’s get started. Tool Used: Xcode 9.1, Swift 4+ Topics Setup Project Register...
View ArticleData Scraping in Android using Jsoup(Java HTML Parser)
Overview Jsoup Iterate all elements of HTML illustration demonstrates to choose and repeat all elements of HTML document utilizing Jsoup. Jsoup gives select technique which acknowledges CSS style...
View Article