From: Jean Privat Date: Thu, 14 May 2015 23:36:50 +0000 (-0400) Subject: Merge: Intro AppComponent to notify all elements of an app of its life cycle X-Git-Tag: v0.7.5~50 X-Git-Url: http://nitlanguage.org Merge: Intro AppComponent to notify all elements of an app of its life cycle The names of callbacks on the life cycle have been inspired by Android's. There is an equivalent to each of them in iOS, their naming is more precise but more complicated, so they looked less nity. As of now, only `App` specialize `AppComponent`, but more users in the UI module will soon be introduced. The implementation of this life cycle in mnit and the old Android implementation using the NDK is a bit awkward. But you will notice that it is much better in the newer NitActivity based implementation, which is the future! Pull-Request: #1343 Reviewed-by: Jean Privat Reviewed-by: Ait younes Mehdi Adel Reviewed-by: Lucas Bajolet --- 97795ca0e7cef44eecacea845c19c11b1134ba2c