Git Product home page Git Product logo

Nischal Hada's Projects

businesscontacts icon businesscontacts

Simple address book app to display business contacts. The user will be able to scroll through the contacts, save favourite contacts. Display a control on the top of the screen to switch between All and Favourites. Display alphabetically sorted contacts on screen with the following UI elements: first and last name, Favourite button, email address and generic avatar image (different for male and female).

demotableview icon demotableview

The exercise involves build a ā€œproof of conceptā€ app which consumes a REST service and displays photos with headings and descriptions.

employeeroster icon employeeroster

An iOS demo application that demonstrates the support roster exhibiting the MVVM + RxSwift + Realm + Unit test.

eventstorehelperrx icon eventstorehelperrx

EventStoreHelperRx provides an interface for accessing and manipulating calendar events and reminders.

factsfeed icon factsfeed

To build a ā€œproof of conceptā€ app which consumes a REST service and displays photos with headings and descriptions. The exercise will be evaluated on coding style, understanding of programming concepts, choice of techniques, and also by the developerā€™s process, as indicated by the trail of git commits.

flickrsearchexample icon flickrsearchexample

This application is an example of searching the Flickr API for photos using MVVM pattern in Swift. Notably, it uses a UISearchBar and the async callback pattern. Implementing a Flickr Search iOS Application Using Xcode 9.4.1, Swift 4.1

iosprogressiveexercise icon iosprogressiveexercise

iOS Proficiency Exercise Overview The purpose of this exercise is to assess candidate developerā€™s iOS coding knowledge and style. The exercise involves build a ā€œproof of conceptā€ app which consumes a REST service and displays photos with headings and descriptions. The exercise will be evaluated on coding style, understanding of programming concepts, choice of techniques, and also by the developerā€™s process, as indicated by the trail of git commits. Specification Create a universal iOS app which: 1. Ingests a json feed from https://dl.dropboxusercontent.com/s/2iodh4vg0eortkl/facts.json 2. You can use a third party json parser to parse this if desired. 3. The feed contains a title and a list of rows 4. Displays the content (including image, title and description) in a table 5. The title in the navbar should be updated from the json 6. Each row should be the right height to display its own content and no taller. No content should be clipped. This means some rows will be larger than others. 7. Loads the images lazily 8. Donā€™t download them all at once, but only as needed 9. Refresh function 10. Either place a refresh button or use pull down to refresh. 11. Should not block UI when loading the data from the json feed. Guidelines 1. Use Git to manage the source code. A clear Git history showing your process is required. 2. Do use Story Boards 3. Scrolling the table view should be smooth, even as images are downloading and getting added to the cells 4. Support both iPhone and iPad (in both orientations) 5. If threading is used, do no spawn threads manually by using performSelectorOnBackgroundThread. Use GCD queues instead. 6. Comment your code when necessary. 7. Try to polish your code and the apps functionality as much as possible. 8. Commit your changes to git in small chunks with meaningful comments 9. Donā€™t use any singletons in your submission Additional Requirements 1. Support all iOS versions from the latest back to iOS8 2. Use the NSURLConnection framework for your service calls

kotlinexample icon kotlinexample

Comprehensive overview of the most essential features of Kotlin. Project setup, through rudimentary syntax, to working with variables and creating custom classes. Display program flow with functions, loops, conditional statements, and try/catch exception handling.

mkzoomlevel icon mkzoomlevel

An implementation of logarithmic zoom level getter & setter missed in MKMapView.

moya icon moya

Network abstraction layer written in Swift.

nearbyhospitals icon nearbyhospitals

A simple app to retrieve and display a list of Hospitals launches from https://gist.githubusercontent.com/hadanischal/ using MVVM pattern with RxSwift in Swift.

nearbyrestaurants icon nearbyrestaurants

A simple app to retrieve and display a list of Restaurants launches from https://developers.zomato.com/api using MVVM pattern with RxSwift in Swift.

news_top_headlines icon news_top_headlines

This application is an example to display News information using MVVM in flutter. It uses the News API (https://newsapi.org).

newsarticle icon newsarticle

This application is an example to display News information using MVVM + RxSwift and (MVVM + RxSwift) example in Swift. It uses the News API (https://newsapi.org).

node-frontend icon node-frontend

Node.js Docker image with all Puppeteer dependencies installed for frontend Chrome Headless testing and default Nginx config, for multi-stage Docker building

openjobs icon openjobs

OpenJobs is a simple Demo project which aims to demonstrate the Jobs list using MVVM pattern with RxSwift in Swift. ā€Ø

outlaw icon outlaw

JSON mapper for macOS, iOS, tvOS, and watchOS

publisherfacts icon publisherfacts

iOS Proficiency Exercise (Banking) Overview The purpose of this exercise is to assess candidate developerā€™s iOS coding knowledge and style. The exercise involves build a ā€œproof of conceptā€ app which consumes a REST service and displays photos with headings and descriptions. The exercise will be evaluated on coding style, understanding of programming concepts, choice of techniques, and also by the developerā€™s process, as indicated by the trail of git commits. Specification Create a universal iOS app which: 1. Ingests a json feed from https://dl.dropboxusercontent.com/s/2iodh4vg0eortkl/facts.json 2. You can use a third party json parser to parse this if desired. 3. The feed contains a title and a list of rows 4. Use Collection View to display the content. Making sure the CollectionViewCell size is dynamic and which should vary based on the image size. 5. Restrict the image to go to outside of the device width if image is having a larger width then your device. 6. Loads the images lazily 7. Donā€™t download them all at once, but only as needed 8. Refresh function 9. Each image having title at the bottom of the image. 10. For iphone & iPad (portrait)- When click on collection view image, navigate to detail page having title on navigation bar with image as banner and description at the bottom of the banner image. 11. For iphone & iPad (landscape)- When click on collection view image, navigate to detail page having title on navigation bar with image on the left hand side of the screen and description at the right hand side of the screen (ratio size of the screen between image and description is 30:70). Note - Should not block UI when loading the data from the json feed. Guidelines 1. Use Git to manage the source code. A clear Git history showing your process is required. 2. Scrolling the collection view should be smooth, even as images are downloading and getting added to the cells. 3. App should support both iPhone and iPad (in both orientations). 4. If threading is considered - Do no spawn threads manually by using performSelectorOnBackgroundThread, use GCD queues instead. 5. Use auto layout while designing the screen. 6. Comment your code where necessary. 7. Try to polish your code and the apps functionality as much as possible. 8. Commit your changes to git in small chunks with meaningful comments 9. Do not use any singletons in your submission Additional Requirements 1. Supports all iOS versions from the latest back to iOS8

qrcodereaderrx icon qrcodereaderrx

Simple QRCode reader in Swift+MVVM+RxSwift. Implemented the library https://github.com/yannickl/QRCodeReader.swift. It is based on the AVFoundation framework from Apple in order to replace ZXing or ZBar for iOS 8.0 and over.

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.