Skip to content

Structure README.md #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

# android01
example project for android mobile programming [slide-01](./slide/android-01.pdf)

This android project contains the source code of the examples of the first section of the android programming course. [slide-01](./slide/android-01.pdf)

For further study on threads and concurrency in java view [this](./further-study). (From [javacup tranining](https://javacup.ir/javacup-training-videos/))

## Contents

- Builder Pattern
- Static Factory Methods
Expand All @@ -8,4 +15,24 @@ example project for android mobile programming [slide-01](./slide/android-01.pdf
- Use StringBuilder
- Force No Instantiation
- Avoid Mutability
- Concurrency and Multithreading
- Concurrency and Multi-threading


## Usage
Clone this repository and import into **Android Studio**
```bash
git clone [email protected]:sharif-dev/android01.git
```

## Maintainers
This project is maintained by:
* [Yumcoder](https://github.com/YumcoderCom)


## Contributing

1. Fork it
2. Create your specific branch (git checkout -b my-branch)
3. Commit your changes (git commit -m 'Commit message')
5. Push your branch (git push origin my-branch)
6. Create a new Pull Request
Binary file added further-study/Concurrency-javacup.pdf
Binary file not shown.
Binary file added further-study/Threads-javacup.pdf
Binary file not shown.