Hello Guys
I like very Android Cookbook repo and I like to start the same idea for iOS. Putting
together receipes in one common repo with different exemples sorted by folder. Adaopting
the naming convention "HowTo…." for the file name that will match the
documentation "How to … " is a good ay to easily find the information you need.
Talking about it on IRC we had a question though: how do we handle when in the exemple you
need a server side code.
Would you deploy it on cloud server and available for client apps. Like in
https://github.com/aerogear/aerogear-android-cookbook/blob/master/src/org...
Or would you package the server side exemple in the cookbook repo?
I rather put servide side in cookbook as we could also to demo this part too.
We have this need for example with the multipar file upload example:
https://github.com/cvasilak/MultiPartDemo
https://github.com/cvasilak/MultiPartIOSDemo
++
Corinne