Adding an existing project to GitHub using the command line
Github GitHub is a Git repository hosting service, web-based. It offers all of the distributed version control and SCM (source code management) functionality of Git as well as adding its own features....
View ArticleMobile World Congress 2017
Mobile World Congress 2017 Barcelona is a beautiful, artistic city in Spain. Known for its’ architectural allure, Barcelona has made an immense development in the field of business world. Perceiving...
View ArticleHow to create Five, Seven, Ten, Eleven equal width grid with offset in...
Overview Working with bootstrap I realize that there were no any specific grid structure for Five, Seven, Ten and Eleven equal width grid and offset. As a web designer I was recently facing some...
View ArticleGenerate documentation using ‘Jazzy’ for Swift
Overview In this blog we are going to learn about how to automatically generate documentation for your project, framework, pod or library written in Swift matching Apple’s official reference...
View ArticleMySQL Vs MySQLi Vs PDO
Topics Overview Difference between MySQL, MySQLi and PDO Connection to MySQL database Error Handling Fetching Data from database Getting the Row Count Update statements Prepared Statements API Support...
View ArticleLaravel 5.4 – OAuth2 Passport Authentation via Mobile Web Services
Laravel support many types of authentications like session, files, tokens with the website, but what about the APIs outside the site or a web service calls from mobile application. Till now we were...
View ArticleApp data indexed in spotlight search
Download Code With iOS 9, Apple bring many new things for iOS developer. Let’s talk about spotlight search. In iOS 9 new frame work added called “Core Spotlight” which is used to add our app...
View ArticleAndroid Things (IOT)
Topics What is Android Things ? Let’s explore world of Android Things ? Let’s setup Development Environment What is Android Things ? Android Thing is Google’s latest OS, which is Android-based...
View ArticleWhy Should I Choose iOS over Android ?
It is always a big confusion before buying new smartphone, as we have so many options to choose from like iOS, Android, Windows, BlackBerry, Symbian, Bada, Etc. But in the end final battle will always...
View ArticleDon’t be Surprised, it is ionic 3.0
Are you surprised like me while creating ionic 2 project ? Don’t be Surprised, it is ionic 3. Ionic have updated Ionic 2.0 to Ionic 3.0 to be compatible with Angular 4.0.0 because Angular 4 has been...
View ArticleCreate your own animated text using CSS3
Overview The main criteria of this blog is to discover knowledge about animated texts. This magic is now possible with CSS only. Topics What is animated text? CSS3 Properties used Download Code What...
View ArticleWhich database type Should I follow in my iOS application?
Hummm… In my application I have requirement to deal with database. Which database I should follow? As there are various options available which are as follow: SQLite NSUserDefualts NSCoder CoreData...
View ArticleUsing CallKit to create a VoIP App
Topics CallKit Framework Overview VoIP Push Notification Configure CallKit Framework CallKit Framework Overview CallKit is a new framework and is available in iOS 10 and later. Used to implement VoIP...
View ArticleSuccess story of the game Ballz – The No. 1 game in App Store; the biggest...
Topics Can developing one small game make you a successful entrepreneur? What the Startups can learn from the success of the game Ballz? Can developing one small game make you a successful...
View ArticleLearn Size Classes In Xcode 8
Before few years ago,It was very hard to make UI in both orientations but now with size classes & Xcode 8 it’s very easy to do. Let’s understand the basic concept There are two size classes that...
View ArticleZen Code (Emmet): Quick way to write HTML code [Booster For HTML Coding]
Overview In day to day life of a html developer, the html tags “< />” works as companion. With these tags the developer creates some awesome layout for webview or other visual stuff, but for all...
View ArticleShare Extention in iOS App
Share extensions was introduced in iOS 8. Share extension is useful for sharing content like images, videos, text, etc. in your app from any app. Before iOS8, to share the content, it was done by...
View ArticleWhen to Redesign Your Website
Overview Redesign website is one of the last things you think about your business. However, it’s important to understand what role your website plays in your customer efforts. For marketing to be...
View ArticleAnimation Using Lottie in iOS
Animation is a very powerful tool for communication, It make user experience richer than ever and draw attention of user toward specific thing. But creating animation in app is not easy and fun as it...
View ArticleDeep Linking in iOS using Firebase
What is Deep Linking? Deep linking is a way to pass data to your application from any platform like, website or any other application. By tapping once on link, you can pass necessary data to your...
View Article