Pinned Repositories
AFNetworking
A delightful iOS and OS X networking framework
AndroidListView
Basic demonstration of constructing Listviews (Plain and Custom Adapters) and an example of Web Service call shown as well.
AutoResizeTableView
A sample app created for demonstrating the implementation of variable size cells in table view. The size of the cells vary based on the data loaded onto them.
BuildAutomationTest
Cheers
CodingSamples
Some coding exercises
DS_Algo_Objc
Here I handle various implementations of popular Data Structures and algorithms that go with them in Objective C. This also should contain good amount of Problem Solving examples all solved in Objective C. Can be used as a ready checklist for interview prep.
File-Multi-Field-Search-Update-Write-Delete-using-TRIE
TRIE is a specialised data structure for doing multi field search. Repo consists of a C program which extensively uses TRIES for enabling multi field search with input coming from an external file.
GoodReads
Links for all blogspots that can throw in quick knowledge on most fantastic topics of computer programing
ImagePickerWithCustomDataSource
This project demonstrates how to create custom data sources for collection views and when they can be better used to load data. It also shows how delegate and data source for a view can be separated. This project also shows how to fetch images from camera roll and render it in you own View.
DuntyVinayRaj's Repositories
DuntyVinayRaj/File-Multi-Field-Search-Update-Write-Delete-using-TRIE
TRIE is a specialised data structure for doing multi field search. Repo consists of a C program which extensively uses TRIES for enabling multi field search with input coming from an external file.
DuntyVinayRaj/AFNetworking
A delightful iOS and OS X networking framework
DuntyVinayRaj/AndroidListView
Basic demonstration of constructing Listviews (Plain and Custom Adapters) and an example of Web Service call shown as well.
DuntyVinayRaj/AutoResizeTableView
A sample app created for demonstrating the implementation of variable size cells in table view. The size of the cells vary based on the data loaded onto them.
DuntyVinayRaj/BuildAutomationTest
DuntyVinayRaj/Cheers
DuntyVinayRaj/CodingSamples
Some coding exercises
DuntyVinayRaj/DS_Algo_Objc
Here I handle various implementations of popular Data Structures and algorithms that go with them in Objective C. This also should contain good amount of Problem Solving examples all solved in Objective C. Can be used as a ready checklist for interview prep.
DuntyVinayRaj/GoodReads
Links for all blogspots that can throw in quick knowledge on most fantastic topics of computer programing
DuntyVinayRaj/ImagePickerWithCustomDataSource
This project demonstrates how to create custom data sources for collection views and when they can be better used to load data. It also shows how delegate and data source for a view can be separated. This project also shows how to fetch images from camera roll and render it in you own View.
DuntyVinayRaj/iOSFundas
Here I collect all pieces of understandings of mine after I read a blog or any technical article as such and also a share a sample demo code for the same
DuntyVinayRaj/iOSFundas-BallBouncerApp
A basic gaming app which will help beginners to get used with the UIKit framework and timer. Basic animations can be learnt here and helps in getting used to obective c syntax as well
DuntyVinayRaj/iOSFundas-CalculatorApp
One of the basic apps that can be done by anyone who wants to learn programming in iOS. A beginner tutorial for those who want to understanding basics of ui creation and get used to syntax of objective c
DuntyVinayRaj/iOSFundas-CoreData
This project has basic CRUD operations demonstrating how to use persistent coordinator, managed object context, managed object context model to work with Coredata for data storage.
DuntyVinayRaj/iOSFundas-FlickrMe
This project helps in understanding the basic JSON parsing using NSURLConnection class in the Foundation Framework. Here we understand how to make a web request and parse it and update the associated view which happens to be a table view here.
DuntyVinayRaj/iOSFundas-InventoryDetails
DuntyVinayRaj/iOSFundas-WebServicesDemo
DuntyVinayRaj/iOSFundasEmployeeKiosk
A basic app to demo table views, delegates and segues.
DuntyVinayRaj/ListInputs
Table view with two input text fields in a row
DuntyVinayRaj/RememberMe
A game that tests the memory power by using a grid of images from the public feed of flickr.
DuntyVinayRaj/rememberMe-Part1
DuntyVinayRaj/RestKit
RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X
DuntyVinayRaj/SlidingMenuLatestAnimation
This project can work like a library for the latest shrink/expand sliding menu used in iOS
DuntyVinayRaj/SortingAlgos
All the sorting techniques implemented for objective c. These can be used as categories on NSMutableArrays to quickly sort them using any of the techniques in any project.
DuntyVinayRaj/SystemServices
DuntyVinayRaj/testCollectionView