Introduction to intents
Category: Basics
a brief overview of activities in android.
You can add textview or text to any app simply using drag and drop in Android Studio but is it really the right way to do it? Find out in this post.
If you remember my previous post where we picked the API for our project then you might be wondering what that is and why does it matter? In this post I will go over that.
Before we dive any further into Android, I want to briefly go over Android Layouts as layout of your app is equally if not more important than the actual working of your app.
Today, I’m going to show you how to test your app on an android phone. I will use Moto G Play but it should work for most android 4.2+ phones. You will need a USB cable and an android phone to follow this tutorial.
Today I’m going to Introduce and setup Android Studio, the official IDE for android development by Google. It’s available for free for all three major operating systems. I will be using Windows 10 but it should be pretty similar on any platform.
How do you begin developing for Android? What software do you use? What programming language to use? These are probably some of the basic questions anyone thinking of writing an app for android might have. I will try to summarize some of the basics of developing for android in this post. Do you need to know programming to develop an Android App?