Good morning, good afternoon and good night, folks. Your application will be very boring if there is a single screen. You will need to learn how to create multiple screens and make the transition between them. Using the Android APIs, Activity and Intent classes, these tasks become very simple. Alternating between Activities Transmitting data between two Activities
Author: David Borges
Using Android Studio to create apps
If you want to learn how to develop mobile applications, it is essential to understand the tools that will allow you that. Without the use of IDEs (Integrated Development Environment), it would be very difficult to create apps for your Android device, because you would have to deal alone with the organization of the directory […]