https://github.com/yedhink/applied-cs-with-android
Android projects like Anagram Finder , done as part of Googles Applied Cs With Android course
https://github.com/yedhink/applied-cs-with-android
anagrams anagrams-search android android-app android-studio applied-cs-with-android google java
Last synced: about 2 months ago
JSON representation
Android projects like Anagram Finder , done as part of Googles Applied Cs With Android course
- Host: GitHub
- URL: https://github.com/yedhink/applied-cs-with-android
- Owner: yedhink
- Created: 2018-04-23T13:11:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T05:22:46.000Z (almost 8 years ago)
- Last Synced: 2025-03-27T20:50:07.337Z (about 1 year ago)
- Topics: anagrams, anagrams-search, android, android-app, android-studio, applied-cs-with-android, google, java
- Language: Java
- Homepage:
- Size: 2.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
______ ___ __ ____
/\ _ \ /\_ \ __ /\ \ /\ _`\
\ \ \L\ \ _____ _____\//\ \ /\_\ __ \_\ \ \ \ \/\_\ ____
\ \ __ \/\ '__`\/\ '__`\\ \ \ \/\ \ /'__`\ /'_` \ \ \ \/_/_ /',__\
\ \ \/\ \ \ \L\ \ \ \L\ \\_\ \_\ \ \/\ __//\ \L\ \ \ \ \L\ \/\__, `\
\ \_\ \_\ \ ,__/\ \ ,__//\____\\ \_\ \____\ \___,_\ \ \____/\/\____/
\/_/\/_/\ \ \/ \ \ \/ \/____/ \/_/\/____/\/__,_ / \/___/ \/___/
\ \_\ \ \_\
\/_/ \/_/
__ __ __ __ ______ __ __
/\ \ __/\ \ __/\ \__/\ \ /\ _ \ /\ \ __ /\ \
\ \ \/\ \ \ \/\_\ \ ,_\ \ \___ \ \ \L\ \ ___ \_\ \ _ __ ___ /\_\ \_\ \
\ \ \ \ \ \ \/\ \ \ \/\ \ _ `\ \ \ __ \ /' _ `\ /'_` \/\`'__\/ __`\/\ \ /'_` \
\ \ \_/ \_\ \ \ \ \ \_\ \ \ \ \ \ \ \/\ \/\ \/\ \/\ \L\ \ \ \//\ \L\ \ \ \/\ \L\ \
\ `\___x___/\ \_\ \__\\ \_\ \_\ \ \_\ \_\ \_\ \_\ \___,_\ \_\\ \____/\ \_\ \___,_\
'\/__//__/ \/_/\/__/ \/_/\/_/ \/_/\/_/\/_/\/_/\/__,_ /\/_/ \/___/ \/_/\/__,_ /
____ ____ ____ ____ ____ ____ ____ _________ ____ ____
||P |||o |||w |||e |||r |||e |||d ||| |||B |||y ||
||__|||__|||__|||__|||__|||__|||__|||_______|||__|||__||
|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/_______\|/__\|/__\|
____ ____ ____ ____ ____ ____
||G |||o |||o |||g |||l |||e ||
||__|||__|||__|||__|||__|||__||
|/__\|/__\|/__\|/__\|/__\|/__\|
[ Work In Progress ]
```
# Introduction
An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once.
For example, the word "iceman" is an anagram of the word "cinema".
# Project(s)
```
> Anagram Finder
| │ └──── Minimal UI.
| └───────── Find angram for the given word.
└─────────────── Works asynchronously.
```

# Prerequisites
Android Studio installed along with the following SDK tools
- Android SDK v26
- Android Build Tools
- Android SDK Platform-Tools v27.0.1
# Installing
1) Clone/Download the files into your local machine
> `https://github.com/yedhink/Applied-Cs-With-Android.git`
2) Open the project in Android-Studio
3) Run it using an [Emulator/Phone](https://developer.android.com/training/basics/firstapp/running-app.html) to see the output
## License
This project is licensed under the MIT License