Android Tutorial
Software Setup and Configuration
Android Studio
File Structure
Components
Core Topics
Layout
View
Button
Intent and Intent Filters
Toast
RecyclerView
Fragments
Adapters
Other UI Component
Image Loading Libraries
Date and Time
Material Design
Bars
Working with Google Maps
Chart
Animation
Database
Advance Android
Jetpack
Architecture
App Publish
App Monetization
Running your first Android app is an exciting experience. Here's a step-by-step guide to help you run your first app in Android Studio:
Before you start, ensure that you've installed Android Studio, the official IDE for Android development.
Using an Emulator:
Using a Physical Device:
Shift + F10
).If you used the "Empty Activity" template, you'd see a "Hello World" text view. As you continue to develop, you can add more elements, such as buttons, images, and other user interface components.
In Android Studio, there's a Logcat
window at the bottom, which shows logs from the device or emulator. This is immensely helpful for debugging and understanding app behavior.
If you want to stop the app, you can do so from the device/emulator, or you can click the red square stop button in Android Studio. To relaunch, simply click the green play button again.
Running your first Android app is the start of a journey. The Android ecosystem is vast, and there are many resources available, both within Android Studio and online, to help you learn and improve.