Devi Pd. Ghimire (Dip Kasyap)'s starred repositories

Swift-30-Projects

30 mini Swift Apps for self-study

Language:SwiftLicense:Apache-2.0Stargazers:8033Issues:300Issues:18

HackingWithSwift

The project source code for Hacking with iOS.

Language:SwiftLicense:UnlicenseStargazers:5782Issues:427Issues:58

awesome-ios-architecture

:japanese_castle: Better ways to structure iOS apps

Siren

Notify users when a new version of your app is available and prompt them to upgrade.

Language:SwiftLicense:MITStargazers:4230Issues:61Issues:271

time

Robust and type-safe date and time calculations for Swift

Language:SwiftLicense:MITStargazers:2307Issues:48Issues:52

wwdc

WWDC Community: Learning and sharing together

ACHNBrowserUI

Animal Crossing New Horizon companion app in SwiftUI

Language:SwiftLicense:Apache-2.0Stargazers:1669Issues:31Issues:135

swiftui

A collaborative list of awesome SwiftUI resources. Feel free to contribute!

awesome-ml-demos-with-ios

The challenge projects for Inferencing machine learning models on iOS

Language:PythonLicense:MITStargazers:1189Issues:51Issues:22

iOS-Depth-Sampler

Code examples for Depth APIs in iOS

Language:SwiftLicense:MITStargazers:1169Issues:45Issues:10

WatchKit-Apps

Tutorials app for WatchKit

Language:SwiftLicense:MITStargazers:1148Issues:68Issues:2

iOS-Modular-Architecture

Template iOS application using Modular Architecture

iOS-handbook

Guidelines and best practices for excellent iOS apps

mobile-ios

COVIDSafe IOS app

Language:SwiftLicense:NOASSERTIONStargazers:277Issues:52Issues:0

KavSoft-Tutorials-iOS

iOS SwiftUI Tutorials by Kavsoft

Language:SwiftStargazers:251Issues:10Issues:0

MXScroll

Easier with scroll

Language:SwiftLicense:MITStargazers:165Issues:8Issues:8

ReduxPaperSwift

A simple approach to learning the beginnings of Redux in Swift.

Language:SwiftLicense:MITStargazers:68Issues:1Issues:0

DGLocalization

In App localization in Swift, provides efficient way of localisation of application with out changing system language of phone and with out restarting the phone :)

Language:SwiftLicense:MITStargazers:43Issues:4Issues:3

legendary-Animo

Exploring SwiftUI animations with 3D, Linear, Fluid, gradient and other kind of animations.

Language:SwiftLicense:MITStargazers:23Issues:4Issues:0

Weather

UITableViewController to display weather information of Sydney, Melbourne and Brisbane as start using MVVM pattern in Swift. Provide a way to add more cities using another modal view controller which includes a search functionality to find a city by name or location.

Language:SwiftStargazers:5Issues:2Issues:0

RandomColors

iOS application exhibiting the MVVM pattern with Unit test which can run on iOS devices.

Language:SwiftStargazers:4Issues:2Issues:0

StarWarsCharacters

This is a simple Demo project which aims to demonstate the Star Wars Characters using MVVM pattern in Swift. The demo uses the Star Wars API as an excuse to have a nice use-case, because querying a WebService API is asynchronous by nature and is thus a good example for showing how It can be useful .

Language:SwiftStargazers:4Issues:2Issues:0

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.

Language:SwiftStargazers:3Issues:2Issues:0

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

Language:SwiftStargazers:3Issues:0Issues:0

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

Language:SwiftStargazers:2Issues:0Issues:0

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.

Language:KotlinStargazers:2Issues:0Issues:0