Skip to content

Commit 9e31e6a

Browse files
added Readme content
1 parent 5b11be3 commit 9e31e6a

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

README.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
1-
# build-create-or-make-android-app-using-html-css-js-or-javascript
2-
How to Create or Make or Build an Android App using only HTML CSS and JS or JavaScript inside Android Studio?
1+
# Create an Android App using HTML CSS and JavaScript
2+
3+
This is a perfect template or project for building Android apps with HTML CSS and JS inside Android Studio.
4+
5+
> Watch The Full Course [here](https://youtu.be/_aOpiRiaUak?feature=shared)
6+
7+
> Link to my YouTube Channel [Coding Aqyanoos](https://www.youtube.com/@coding-aqyanoos)
8+
9+
> Link to my website [https://aqyanoos.com](https://aqyanoos.com)
10+
11+
`I have shared many useful resources about coding, programming, tools,...on my website so it is good to check it regularly. I share the source codes and source code links on my website.`
12+
13+
### In Case you get any error running this project, then check if the SDK Directory is correct or not. For any other errors write a comment under the video on YouTube then I will help you to resolve.
14+
15+
16+
### These are the steps to build and Android app with HTML CSS and JavaScript:
17+
18+
1. Create A project.
19+
20+
2. Add webview component in main_activity.xml.
21+
22+
3. Create Assets Folder.
23+
24+
4. Create another folder inside Assets Folder (WWW:optional).
25+
26+
5. Create Files inside Your Assets Folder.
27+
28+
6. Add content to your files.
29+
30+
7. Write the logic to bring your web content into webview component.
31+
32+
8. Handle the navigation.
33+
34+
9. Handle the user interface interactions using JS.
35+
36+
10. Link JS to Java.
37+
38+
11. Test The app.
39+
40+
12. Publish
41+
42+
##### KEY WORDS:
43+
44+
Android Studio Template Project for Building Creating Making Android Apps With USING HTML CSS JS JavaScript Full Course Tutorial For Beginners - Learn Coding and Programming
45+

0 commit comments

Comments
 (0)