Rémi Pradal

Posté le 15/10/2018 par Rémi Pradal

Le 4 et 5 octobre dernier a eu lieu la seconde édition de la KotlinConf, consacrée au langage Kotlin. Nous y étions, non seulement pour apprendre de nouvelles choses sur ce langage, mais aussi pour saisir l’atmosphère de la communauté. Après une première édition à San Francisco, la KotlinConf a posée cette année ses bagages à Amsterdam, dans l’impr...

Lire la suite >

Posté le 12/10/2018 par Maxime Bonnet, Rémi Pradal

On October 4th and 5th the 2nd Kotlin Conf took place. We were here to attend the conference, learning new Kotlin tricks, but above all, to feel the amazing Kotlin vibe. After a first edition in San Francisco, the Kotlin Conf set up this year in Amsterdam, in the beautiful Bars Van Beurlage venue (one of the conference room was even lit with stunni...

Lire la suite >

Posté le 13/09/2017 par Rémi Pradal

As Android developers, we are used to having to integrate many libraries in our applications. It can be from quite small files to huge archives which embed multiple screens. Sometimes the integration of these libraries goes smoothly but in some cases, it can be quite painful and lead to the addition of some “hacks” into the app in order to integr...

Lire la suite >

Posté le 03/04/2017 par Guillaume Lagorce, Rémi Pradal, Thomas Dalous

Formerly known as the mdevcon, the Amsterdam conference related to mobile development - now called AppDevCon - took place on March, 17th. We had the chance to attend this edition in the Pathe Arena. Here is summary of what we have learned and our thoughts concerning some talks.MVP - LeanThe power of small (opening keynote), by Cesare RocchiThe spea...

Lire la suite >

Posté le 28/07/2016 par Rémi Pradal

A smooth user experience is a common attribute of all the successful Android applications. It might sound as an obvious statement but many are the applications that are a little bit “laggy”. Moreover android developers are use to test their application mostly on high-end devices (generally their own devices), forgetting that their app will be run o...

Lire la suite >

Posté le 29/01/2016 par Rémi Pradal

La durée d’exécution d’un projet est une métrique que tout développeur Android devrait surveiller de près. En effet, même si celui-ci a une grande confiance dans le code qu’il produit, il sera amené à réexécuter le projet plusieurs fois par jour. Lors du développement d’un projet, il est important pour le développeur de pouvoir constater rapidement...

Lire la suite >

Posté le 05/01/2016 par Rémi Pradal

Build duration is a metric that every Android developer should monitor carefully. Indeed (even if you are very confident in the code you produce), you will have to run your project many times every day. When you re-run your code, you need to be able to see the result of your modifications really quickly. Otherwise, two things may happen: something ...

Lire la suite >

Posté le 30/09/2015 par Rémi Pradal

Android applications are commonly used to process very sensitive data. It is the developer's responsibility to make sure that the information prompted by the user cannot be intercepted easily by a malicious people. The Open Web Application Security Project (OWASP) [9,10] tries to enumerate the potential security issues of a mobile application. Some...

Lire la suite >

1