https://github.com/utsavdotpro/androidlessons
Sample programs of Android
https://github.com/utsavdotpro/androidlessons
android dummy-programs java lesson
Last synced: about 2 months ago
JSON representation
Sample programs of Android
- Host: GitHub
- URL: https://github.com/utsavdotpro/androidlessons
- Owner: utsavdotpro
- Created: 2021-03-17T12:04:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T19:25:12.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T23:46:11.820Z (about 1 year ago)
- Topics: android, dummy-programs, java, lesson
- Language: Java
- Homepage:
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Lessons
Collection of **Example Apps** made for teaching students at [Chitransh Computers](http://www.chitransh.co.in/).
## Quick Links
- Open [Package Directory](app/src/main/java/com/chitransh/testrun1/)
- Open [Resource Directory](app/src/main/res/)
- View [MainActivity.java](app/src/main/java/com/chitransh/testrun1/MainActivity.java)
- View [activity_main.xml](app/src/main/res/layout/activity_main.xml)
## How to see different programs?
To view different programs change the active branch to the topic of the program you want see. To change the branch follow these steps:-
- Click on dropdown on top-left corner. (Should be on the master by default)
- Click on the topic you want to see
- Voila! There's your program.
## How is the repo structured?
All programs are categorized by topic name in independent branches of the repository.
The master branch contains a simple 'Hello World' program.
## Have a question?
Feel free to reach me at hi@utsavbarnwal.me :)