In this tutorial we’ll build a simple and effective user registration system for iOS in Swift. Which we are going to complement by the coming tutorials on iOS authentication through 3d-parties like Facebook Swift SDK and the Goodreads API.… Read More
I’ve recently spent a bit more time than I should on implementing two-factor authentication through Google authenticator in Android. The closest I got to getting the task done was when I usedthis Github repopresenting a server side code … Read More
Here finally comes the first Android tutorial in a good while, as I’ve been writing more on RESTful webservices and N-Tier achitecture based frameworks for the last weeks. So this is being a special tutorial ! Where we’ll see how … Read More
Each time I used a good Android library I had thought about and decided to do some search and publish my own good Android library too. And it never happened until I needed to republisha deprecated library, created … Read More
The Nexmo platform provides a set of cloud-based communication APIs such as the chat API, the number insights API, the voice API and the SMS API which we’re going to test in this quick tutorial.
We’ll create a sample app
This simple tutorial was requested by a quite good number of you, specially those who are in third year class at ESPRIT, or who have worked on all of my previous codename one samples. I made it as easy … Read More
Building an Android ui with tabs and swiping views can be done using the ViewPager class, with eventually the FragmentPagerAdapter or FragmentStatePagerAdapter class. In this tutorial we’ll create the ui presented by the screenshot below.
CardView and recyclerView are two widgets introduced with Android Lollipop. CardView shows information inside customizable cards, while recyclerView is ‘a more advanced version of the ListView widget’.
In this tutorial we’ll see an introduction of each of these components, and … Read More
Recent Comments