Tag archives for Guide

Android

Guide of classical gestures made on smartphone and tablets

With smartphone and tablets, users interact with applications with gestures. There are a lot of different kinds of gestures and each has a well defined name. In 2010, Luke Wroblewski has made a great work to classify all of these gestures in his "Touch Gesture Reference Guide" article that can be found here : . Even better, he gives some…
Continue Reading
Android

ADB Survival Guide for Android

Android Debug Brigde (ADB) is a command line tool, coming with Android SDK provided by Google, that lets developers to communicate with an emulator or a connected Android device directly from the command line. To find adb tool, you must go on <android_sdk_path>/platform-tools directory on your computer. In this article, you’re going to learn the handy adb commands which are…
Continue Reading