An open API service indexing awesome lists of open source software.

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

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 :)