Category: Development

Category: Development

How to make card view in swift
Image November 19, 2018 iOS Development Pushpendra Kumar

Well, this sounds pretty simple CardView. If you are are an Android Developer. Then hopefully you must be known by this term. If you are not an android developer then do not need to worry. Basically, CardView is a separation of view with some attraction and shadow. And this is very important to know that

Details
How to show Snackbar in android
Image May 8, 2018 Android Development,Development Pushpendra Kumar

Another interesting component introduced in Material Design is the Snackbar. Snackbars are just like Toast messages except they provide action to interact with. Snackbar will be displayed at the bottom of the screen and can be swiped off in order to dismiss them. This article explains about snackbar with few examples covering different scenarios. 1.

Details
What is the advantage of using CocoaPods
Image June 22, 2017 iOS Development Pushpendra Kumar

There are many pros of using Cocoapod over manually managing Dependencies in your project. You begin working on a project and everything is going great (It could be a solo project or a team project). As the project progresses, you find it necessary to use third party libraries to help the project move along faster

Details
How to Start Developing iOS Apps
Image June 21, 2017 Development,iOS Development Pushpendra Kumar

Start Developing iOS Apps (Swift) is the perfect starting point for learning to create apps that run on iPhone and iPad. View this set of incremental lessons as a guided introduction to building your first app—including the tools, major concepts, and best practices that will ease your path. Each lesson contains a tutorial and the

Details
What is new in xcode 8.3.3
Image June 13, 2017 iOS Development Pushpendra Kumar

Xcode is an integrated development environment for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, watchOS and tvOS. First released in 2003, the latest stable release is version 8 and is available via the Mac App Store free of charge for macOS Sierra users. Registered developers

Details