top of page

Learn Android App Dev: Building your very first own App

Hey guys! This is Amey Lokhande again. Okay so everyone of us have a hurry to start developing their first app.Even I had the same kind of feeling while I was learning it. In this blog I will tell you how to write something in a text box in your own app. Well as I told you building your first app is not a very lengthy and tough process. All you need is to have the Android Studio properly installed in your Laptop and bit of patience. Thats all!

Here are the few steps which you need to perform:

1. Start a new project in Android Studio. Give a proper name to your app and you need to do nothing else.

2. Then select a proper Android Version according to you. You can select Android Version 4.4+ as these Apps will run not only phones with Android 4.4+ but also with lower versions.

3. Keep the name of the Main Activity as it is which is already provided by the Android Studio. Or else you can also change the name of that activity but then you'll need to memorize it. So I suggest to keep the name of the Main Activity as it is.

4. Then click on the XML file which you can see in the main screen. And then go to design part of it.

.5. Then select the TextView from the widgets section. And then write whatever you want in the text section. Also you can change the format of the text from its properties.

6. Well, now everything's done!. All you need to connect your phone in USB debugging mode. Then click the Run "APP" button.

7. This is it! Here's your first app flashing on your Android Phone.

That's all guys!.

In the next post I will be talking about some simple and basic things which you need to know while developing your App.Stay tuned for further updates.

Thank you!

bottom of page