https://github.com/sandeepkushwaha/android-hello-world
Simple Android App to display in screen just Hello World
https://github.com/sandeepkushwaha/android-hello-world
android android-app android-development android-studio
Last synced: 3 months ago
JSON representation
Simple Android App to display in screen just Hello World
- Host: GitHub
- URL: https://github.com/sandeepkushwaha/android-hello-world
- Owner: SandeepKushwaha
- Created: 2018-09-06T10:49:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T12:22:26.000Z (over 6 years ago)
- Last Synced: 2025-01-12T18:38:53.698Z (4 months ago)
- Topics: android, android-app, android-development, android-studio
- Language: Java
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloWorld
Simple Android App to display in screen just Hello World## Screenshort

## Steps of Creating Hello World App with Android Studio.
1. click the **_start a new Android Studio project._**
2. set the fields like Application name: **_Hello World_**,
- Company Domain: **_example.domainname.com_**,
- Project Loaction: **_choose your saving location_**.
- Click to **Next**
3. Now the Second Most Important thing is to choose the application compatibilty for which minimum android verion and which type of devices.
Then the click the **Next**
4. Now select the type of main or launching activiy(Screen) type.
Then the click the **Next**
5. Now set the name of java and xml for the activity.
Then the click the **Finish**
6. Wait for **girdle build** run finish and your app is created.
7. Open the **activity_main.xml**
- Location in _Android view_ : **app\res\layout\activity_main.xml**
8. select the TextView by Defaulf **"Hello World"** and see the right panel, choose text and change it _"Hello World"_ to **"Hello Android"**.
9. App is created and ready to run.