Uncategorized
-
Nous avons récemment eu l’opportunité de finaliser le clavier SportSympathy pour iOS et Android. À première vue, l’objectif semblait simple : livrer un clavier fonctionnel permettant aux utilisateurs d’envoyer de petits stickers inspirés du football et du rugby. Cependant, comme nous allons l’expliquer, le projet a soulevé plusieurs défis techniques qui ont nécessité une attention…
-
XMPP is a messaging protocol that can be used to develop robust chat applications. Using Swift and XMPPFramework, we’ll teach you how to build your own XMPP client on iOS and how to handle connections and Stanzas. If you’re interested in the equivalent article on Android, feel free to have a look at : Connect…
-
We recently had the opportunity to complete the SportSympathy keyboard for both iOS and Android.At first glance, the goal seemed straightforward: deliver a functional keyboard that allows users to send small football- and rugby-inspired stickers. However, as we’ll explain, the project involved several technical hurdles that required careful consideration and innovative solutions. Outlining the project…
-
The Gist Nous avons déjà implémenté une API Spring Boot dans la Partie 1 , et nous souhaitons y ajouter des fonctionnalités additionnelles. Dans ce tutoriel nous implémenterons les méthodes PUT et DELETE et examinerons les autres possibilités d’accès à la base de donnée. PUT et DELETE La méthode PUT est une façon de traiter…
-
The Gist We’ve already implemented the basics of a Spring Boot API in Part 1 , but now we want to add additional functionalities to our existing API. In this tutorial, we’ll go over the PUT and DELETE methods, and we’ll learn about other ways to handle database operations with Spring. PUT and DELETE The…
-
Introduction: Volley is a Google API that allows you to build requests to REST APIs from an Android phone. It can be used, for example, to implement a connection system to a database hosted on a remote server. In this tutorial, we will cover the basics of the REST API, the different features offered by…
-
Introduction: Volley est une API google qui permet de construire des requêtes vers des API REST depuis un téléphone Android. Elle peut permettre par exemple d’implémenter un système de connection à une base de données hébergée sur un serveur distant. Dans ce tutoriel, nous verrons les bases de l’API REST, les différentes fonctionnalités offertes par…
-
While developing an app from scratch is a very exciting endeavor, it is also quite complex, and you don’t want to end up in the situation where you’ve developed something and you aren’t able to market it because your chosen platform has less users interested in that specific category of applications. In this article, we’ll…
-
Frustration.It’s one word that comes to mind when you ask ChatGPT about something it doesn’t know, only for it to run in circles for hours giving you non-answers and inviting you to use libraries that do not exist. When ChatGPT first came out, many of us initially viewed it as an incredibly impressive tool, one…
