Category: android, ios

In this interview he shares his top 3 lessons learned as well as discusses some recommendations and Android development trends that make a difference nowadays.

Within this SDK we find tools that allow us to interact with our device (installing applications from the computer), decompile an .apk file to see its interior, debug our applications… Apart from these tools, this SDK contains the necessary libraries to be able to interact with the Android operating system through code; that is, to develop our own applications. The easiest way to use this SDK is to download the official tool for developing Android applications: Android Studio.

Throughout our years of experience developing Android applications, we have learned a lot and we have come across mistakes that are recurrent in mobile application development.

Related Articles