GithubHelp home page GithubHelp logo

Vamshi Krishna's Projects

2duicollectionviewswift icon 2duicollectionviewswift

A simple and elegant 2Dimensional UICollectionView which is most commonly used in ecommerce apps, music streaming apps etc. Easily customisable as per your requirements as it is designed keeping the superset requirement in mind. Developed in latest Swift syntax.

backgroundcoredata icon backgroundcoredata

This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in background thread so that UI does not get blocked. It uses Swift4 with a lot of reduction in boilerplate code. It also implements using a single managedobjectcontext.

basketballarkit icon basketballarkit

Hello Everyone, This project talks about basics of ARKit introduced by Apple in iOS11. Please note that ARKit is only capable wih devices which use A9, A10, A11 chips .It shows how to build a basic BasketBall app using ARKit. All written in Swift4.

caffetocoreml icon caffetocoreml

There are a lot of tutorials/ open source projects on how to use Vision and CoreML frameworks for Object Detection in real world using iOS apps using .mlmodels given by Apple. But seldom in reality, do we get a .mlmodel available suiting our use case. Here, I took up a Caffe model for the Oxford 102 flower dataset, which was converted to CoreML model using coremltools python package.

collectionviewsearchswift icon collectionviewsearchswift

A simple project mainly focussing on Implementation of search in UICollectionView. Also lets you know about arranging UICollectionView Cells, their spacing, co-ordinates and arrangement based on different screen sizes.

concurrentdownloadsswift3 icon concurrentdownloadsswift3

This project shows how to support concurrent downloads in swift3 via remote URLs && save them to your local directory && viewing them in offline mode && delete downloaded files. Download process is enhanced by Pause, Resume, Cancel, Progress bar controls.

coredatasearch icon coredatasearch

This is a simple project which shows basics of Search on Core data . You can add, load, delete and make a search on the items added in a UICollectionView. Developed in Latest Swift 3 syntax.

coredataswift4 icon coredataswift4

This Project implements CoreData in Swift4 with a lot reduction in boilerplate code, using a UITableView with NSFetchedResultsController along with CRUD operations and Batch Updates

customtabbaryoutube icon customtabbaryoutube

This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to build feed for Home screen. All written in Latest Swift 3 syntax following MVC pattern, re-usable code methodologies, extensions etc.Converted from Swift2 (Source: https://www.letsbuildthatapp.com) to Swift3.

designpatternsinswift icon designpatternsinswift

This repository contains all the code from my book 'Design Patterns in Swift', live at https://www.amazon.com/dp/B07FYXHBKZ. All code written in Swift4. Do give a star if you like the work.

expandablecellscroll icon expandablecellscroll

This project shows how to develop expandable cells in a UITableView. Each cell in turn consists of a UIScrollView and a UIImageView background. Data is fetched via an API call. Developed in Latest Swift syntax with Auto-layout constraints enabled.

expandingcollectionview icon expandingcollectionview

This project covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fading transitions to a standard Collection View. Written in Latest Swift Syntax. Converted from Swift2 to Swift3 (Source: https://www.raywenderlich.com)

facialcontour icon facialcontour

The facial detection API allows us to not only detect faces & facial features but also check those faces for particular properties such as if a smile is present or eyes are open etc. This is a simple app that recognizes a face in a photo and highlights it with a box. Also, it captures facial features like eyes, nose, lips, ears etc. All written i Swift4.

fakefbwall icon fakefbwall

This is a fun app to generate fake facebook wall. All the fields visible on the screen are editable. Screenshots attached for better understanding of the app. Code written in Swift 4.

fbclone icon fbclone

This project is a clone of FB News Feed.

firebasechatroom icon firebasechatroom

This application shows how to build (in Swift4) a simple Chat room where users can register, login, send messages to other users etc using Firebase. If you are a developer who has got an interesting idea but could not find a backend developer to take the idea to a product level, then do check out this project as an introductory course to Firebase. Trust me, Firebase is the best when it comes to Backend As Service.

flatpressbutton icon flatpressbutton

Flat design clickable buttons. All code written in latest Swift4 syntax.

hitandscore icon hitandscore

Sprite Kit is an exciting new framework for making 2D games that comes built-in to iOS. This project serves as an introduction to Sprite Kit where we build a small clone of Super Mario. Looking at the screenshots would give a better idea of what this project is about. All written in Swift4.

nlpswift icon nlpswift

NSLinguisticTagger provides a uniform interface to a variety of natural language processing functionality with support for many different languages and scripts. One can use this class to segment natural language text into paragraphs , sentences, or words and tag information about those segments such as parts of speech, lexical class, lemma!

peekandpopextension icon peekandpopextension

This project covers how to use 3D Touch to implement peek and pop using Custom Presentation Controllers. It also shows how to add a Today Extension to the project. All written in Swift4 using MVC pattern keeping code reusability and optimisation in mind.

swiftexpandingflickr icon swiftexpandingflickr

This is a project showing how to fetch huge chunk of images via API and put them in a nice UICollectionView with parallax effect. It also covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fading transitions to a standard Collection View. Written in Swift 3 Syntax.

uberanimation icon uberanimation

Heyaa! This is an attempt to mimic the animation Uber and Facebook shows up as a Congratulatory Pop-up. Looking at the attached GIF will give you a better idea of what this project covers. All written in Swift4.

uiviewanimationshandbook icon uiviewanimationshandbook

This project takes up all the available UIView animations in Swift4. Each type animation added with an example and expected result in the form of GIF. A glimpse at README would give you a better idea. Do give a star if you like the work.

verticalprogressscrollview icon verticalprogressscrollview

This is a simple project showing UIScrollView with paging enabled and a straight forward Vertical Progress bar which animates as the user scrolls through the pages (number of pages are calculated dynamically based on content size). Written in latest Swift Syntax.

vklocalnotifications icon vklocalnotifications

This project covers all the requried code to trigger UILocalNotifications. It can be helpful when you want to trigger a Push Notification when a user reaches a particular location. Does not need internet connection.

vkprogreepie icon vkprogreepie

his project is a plug and play - Customisable Live Rendering Radial Progress Indicator. All written in Swift4 latest syntax. Based on CoreAnimation framework. One can use either Storyboard or code to customise: 1) Background image of Indicator 2) Color of Indicator 3) Background colour of Indicator View 4) Show/ hide percent text 5) Customise Percent text label 6) Show/ hide background image of Indicator View

vkprogresshud icon vkprogresshud

Hey All! As it is obvious from the GIF, this project is a LoadingIndicator based on CoreAnimation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.