subsurface Digest, Vol 28, Issue 127

Shemil Hashan shemil123 at gmail.com
Wed Mar 19 09:22:36 PDT 2014


You should know how ios app building is done. Procedure is different from
other development methods.
I guess since android version already exists building the backend will be
unneccessary.
We need to build the fron end for iphones right?


On Wed, Mar 19, 2014 at 8:46 AM, <subsurface-request at hohndel.org> wrote:

> Send subsurface mailing list submissions to
>         subsurface at hohndel.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
> or, via email, send a message with subject or body 'help' to
>         subsurface-request at hohndel.org
>
> You can reach the person managing the list at
>         subsurface-owner at hohndel.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of subsurface digest..."
>
>
> Today's Topics:
>
>    1. proposed solution for "#436 Output should be directed to the
>       windows console" (Farzana Raisa)
>    2. Self Introduction & iOS Companion App Proof of Concept
>       (kareem hewady)
>    3. GSOC 2014 (Shemil Hashan)
>    4. Re: Self Introduction & iOS Companion App Proof of Concept
>       (Robert Helling)
>    5. Re: Self Introduction & iOS Companion App Proof of Concept
>       (kareem hewady)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 19 Mar 2014 21:19:59 +0600
> From: Farzana Raisa <farzanaahmed17 at gmail.com>
> To: Subsurface Mailing List <subsurface at hohndel.org>
> Subject: proposed solution for "#436 Output should be directed to the
>         windows console"
> Message-ID:
>         <
> CAFP_iXaLXeTS6ubPvh7o5xayWOW05p0_GkZpDJArejRjDR0mPA at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I am not being able to cross compile on linux for windows. And I have
> discussed about it in the list. That's why i couldn't compile it in window.
> But i guess the problem will be solved if i use fprintf(stderr, "") instead
> of printf("") in the function "static void print_help()" and "static void
> print_version()" under the subsurfacestartup.c file.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.hohndel.org/pipermail/subsurface/attachments/20140319/c6d7892e/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Wed, 19 Mar 2014 08:18:26 -0700 (PDT)
> From: kareem hewady <kareem_hewady at yahoo.com>
> To: "subsurface at hohndel.org" <subsurface at hohndel.org>
> Subject: Self Introduction & iOS Companion App Proof of Concept
> Message-ID:
>         <1395242306.41912.YahooMailNeo at web121804.mail.ne1.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Dear All,
> I'm Kareem Hewady, 2nd year electrical engineering student at Ain Shams
> University, Egypt. I'm applying for GSoC this year. I'm really interested
> in the iOS Companion App Idea.
>
> I've just finished a "Proof of concept" iOS App and published it to GitHut
> (see link below). I think i've done all of the webservice API calls heavy
> lifting (God bless RestKit) so it may help even if I don't get selected :)
> I've to repeat this is just a rough proof of concept that took 3 days of
> work. There is an immense room for improvement including some to the
> webservice itself.
> The next big steps are:
> 1- Implementing the background app refresh to enable background checks for
> location.?
> 2- Integrating Map Views (Google's or Apple's)
> 3- Adding some data visualisations views.
> Also I've to apologise for not providing any documentation now.
> So, Please review the code if you can. provide some feedback. I'm open to
> all suggestions. Hopefully, you can forgive me if I've done mistakes.
>
> Repo Link: https://github.com/kareem-hewady/Subsurface-Companion-iOS
>
>
> Regards,
> Kareem Hewady
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.hohndel.org/pipermail/subsurface/attachments/20140319/ae239b95/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Wed, 19 Mar 2014 08:23:34 -0700
> From: Shemil Hashan <shemil123 at gmail.com>
> To: subsurface at hohndel.org
> Subject: GSOC 2014
> Message-ID:
>         <CAEeBvPtwY+V_=FvbW_3Ln8PxHO8E=
> tMjgzxYSRYZwzLAgfYGxQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi all,
> I'm new here. Saw you guys on GSoc list and went through the details. Few
> ideas matches my experience very well.
> Dirk Hohndel is the mentor for that project.
> Dirk Hohndel,can you help me?
> Thank you,regards.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.hohndel.org/pipermail/subsurface/attachments/20140319/38f6a248/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 4
> Date: Wed, 19 Mar 2014 16:37:34 +0100
> From: Robert Helling <helling at atdotde.de>
> To: kareem hewady <kareem_hewady at yahoo.com>
> Cc: "Subsurface Mailing <Unknown>" <subsurface at hohndel.org>
> Subject: Re: Self Introduction & iOS Companion App Proof of Concept
> Message-ID: <C15D453D-3BF5-40F3-A81A-FBEFA4425CD4 at atdotde.de>
> Content-Type: text/plain; charset="windows-1252"
>
>
> On 19.03.2014, at 16:18, kareem hewady <kareem_hewady at yahoo.com> wrote:
>
> Kareem,
>
> > Repo Link: https://github.com/kareem-hewady/Subsurface-Companion-iOS
>
> sorry, I have never built for IOS before. I tried cloning that in Xcode
> and then to build it but it complains that it cannot find KHDive.m (which
> is #import?ed in KHDiveTablesViewController.m
>
> clang: error: no such file or directory: '/Users/helling/src/Subsurface
> Companion/Subsurface Companion/KHDive.m?
>
> What am I doing wrong? Or are there files missing?
>
> Best
> Robert
>
>
>
> --
>
> .oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO
> Robert C. Helling     Elite Master Course Theoretical and Mathematical
> Physics
>                       Scientific Coordinator
>                       Ludwig Maximilians Universitaet Muenchen, Dept.
> Physik
>                       Phone: +49 89 2180-4523  Theresienstr. 39, rm. B339
>                       http://www.atdotde.de
>
> Enhance your privacy, use cryptography! My PGP keys have fingerprints
> A9D1 A01D 13A5 31FA 6515  BB44 0820 367C 36BC 0C1D    and
> DCED 37B6 251C 7861 270D  5613 95C7 9D32 9A8D 9B8F
>
>
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 495 bytes
> Desc: Message signed with OpenPGP using GPGMail
> URL: <
> http://lists.hohndel.org/pipermail/subsurface/attachments/20140319/ac98e891/attachment-0001.sig
> >
>
> ------------------------------
>
> Message: 5
> Date: Wed, 19 Mar 2014 08:43:29 -0700 (PDT)
> From: kareem hewady <kareem_hewady at yahoo.com>
> To: Robert Helling <helling at atdotde.de>
> Cc: "Subsurface Mailing <Unknown>" <subsurface at hohndel.org>
> Subject: Re: Self Introduction & iOS Companion App Proof of Concept
> Message-ID:
>         <1395243809.71262.YahooMailNeo at web121801.mail.ne1.yahoo.com>
> Content-Type: text/plain; charset="utf-8"
>
> I never bothered using clone on XCode (and i actually think it's
> fundamentally broken)
> but using git through terminal should work (I've tried it myself and it
> worked)
> try this please?
> git clone --recursive
> http://github.com/kareem-hewady/Subsurface-Companion-iOS
>
> Regards,?
> Kareem
>
>
>
> On Wednesday, March 19, 2014 5:38 PM, Robert Helling <helling at atdotde.de>
> wrote:
>
>
> On 19.03.2014, at 16:18, kareem hewady <kareem_hewady at yahoo.com> wrote:
>
> Kareem,
>
> > Repo Link: https://github.com/kareem-hewady/Subsurface-Companion-iOS
>
> sorry, I have never built for IOS before. I tried cloning that in Xcode
> and then to build it but it complains that it cannot find KHDive.m (which
> is #import?ed in KHDiveTablesViewController.m
>
> clang: error: no such file or directory: '/Users/helling/src/Subsurface
> Companion/Subsurface Companion/KHDive.m?
>
> What am I doing wrong? Or are there files missing?
>
> Best
> Robert
>
>
>
> --
>
> .oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO
> Robert C. Helling? ?  Elite Master Course Theoretical and Mathematical
> Physics
> ? ? ? ? ? ? ? ? ? ? ? Scientific Coordinator
> ? ? ? ? ? ? ? ? ? ? ? Ludwig Maximilians Universitaet Muenchen, Dept.
> Physik
> ? ? ? ? ? ? ? ? ? ? ? Phone: +49 89 2180-4523? Theresienstr. 39, rm. B339
> ? ? ? ? ? ? ? ? ? ? ? http://www.atdotde.de
>
> Enhance your privacy, use cryptography! My PGP keys have fingerprints
> A9D1 A01D 13A5 31FA 6515? BB44 0820 367C 36BC 0C1D? ? and
> DCED 37B6 251C 7861 270D? 5613 95C7 9D32 9A8D 9B8F
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.hohndel.org/pipermail/subsurface/attachments/20140319/acb204a7/attachment.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> subsurface mailing list
> subsurface at hohndel.org
> http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
>
>
> ------------------------------
>
> End of subsurface Digest, Vol 28, Issue 127
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20140319/9cdcf425/attachment-0001.html>


More information about the subsurface mailing list