Showing posts with label tutorials. Show all posts
Showing posts with label tutorials. Show all posts

Thursday, February 25, 2016

RK00 - Getting Started with ResearchKit

RK00 - Getting Started with ResearchKit

Published On - 2/25/16, 4:52 AM
Updated On - 3/30/16

I guess as you have already searched for ResearchKit, you need no introduction to it !
But if you really don't know what it is here is an intro for you -

ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.

Normally when we start to develop iOS app the first place we start to search for tutorial is Raywenderlich. No wonder there is already one on ResearchKit ! Believe me only other place to learn about ResearchKit is one WWDC video from apple and that is it :[.

Other learning resources we should follow is the ResearchKit blog. And as always there is StackOverflow to get around.

But in this tutorial series I would not use conventional tutorial.  Like intro to ResearchKit, for which you can always follow apple documentation. Rather I would make you go thought the app that is already on App Store and hence at the end you can make your own app ;]. For which I would use open Gluco Sucess app. But the fun part is I wont make you follow same app ! Instead we would make a app for COPD called StopCOPD which isnt OpenSource app.

So lets get started !

RK01 - ResearchKit - App Store Apps - diagnostic
RK 02 - ResearchKit - Native App on HTML ?
RK03 - ResearchKit "Hello World" with Instruction Step


Links -

http://www.apple.com/researchkit/
http://www.raywenderlich.com/104575/researchkit-tutorial-with-swift
http://researchkit.org
http://researchkit.org/blog.html
https://developer.apple.com/videos/play/wwdc2015/213/
http://stackoverflow.com/questions/tagged/researchkit?sort=newest&pageSize=50
http://researchkit.org/docs/docs/Overview/GuideOverview.html

https://github.com/researchkit/researchkit
https://github.com/ResearchKit/GlucoSuccess
https://itunes.apple.com/us/app/stopcopd/id1020845469?mt=8

Saturday, October 5, 2013

Passbook App Development for iOS

Passbook is a new technology introduced in iOS6 and be quite tricky technology at first to master.
But here are few link to tutorials and helps that I hope will ease your pain.

Server API Sevices :
http://www.passdock.com/passbook-coupon/walmart-sales-coupon
http://passkit.com/

Tutorials :
http://www.raywenderlich.com/20734/beginning-passbook-part-1
http://www.raywenderlich.com/20785/beginning-passbook-in-ios-6-part-22
http://blogs.captechconsulting.com/blog/jonathan-tang/ios-6-tutorial-integrating-passbook-your-applications

Github Open source Codes :
https://github.com/passslot/passslot-ios-sdk

Design Passbook :
https://create.passkit.com/

Apple Developer Site Links:

iOS: Using Passbook
http://support.apple.com/kb/HT5483?viewlocale=en_US&locale=en_US

Passbook FAQ
https://developer.apple.com/library/ios/technotes/tn2302/_index.html

App Store Review Guidelines
23. Passbook
  • 23.1
    Passbook Passes can be used to make or receive payments, transmit offers or offer identification (such as movie tickets, airline tickets, coupons and reward offers). Other uses may result in the rejection of the App and the revocation of Passbook credentials
  • 23.2
    Passes must include valid contact information from the issuer of the pass or the App will be rejected and Passbook credentials may be revoked
  • 23.3
    Passes must be signed by the entity that will be distributing the pass under its own name, trademark, or brand or the App will be rejected and Passbook credentials may be revoked
PDFs:
Add to Passbook Badge
https://developer.apple.com/passbook/AddToPassbookBadgeGuidelines.pdf
Getting Started with Passbook on iOS 6
https://developer.apple.com/passbook/Getting_Started_with_Passbook.pdf

WWDC Videos:
https://developer.apple.com/wwdc/videos/?id=302
https://developer.apple.com/wwdc/videos/?id=303
https://developer.apple.com/videos/wwdc/2012/?id=301
https://developer.apple.com/videos/wwdc/2012/?id=309

Ebooks :
http://www.packtpub.com/passbook-applications-development-for-ios/book

Example Pass