yedhink / Applied-Cs-With-Android

Android projects like Anagram Finder , done as part of Googles Applied Cs With Android course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 ______                  ___                   __      ____
/\  _  \                /\_ \    __           /\ \    /\  _`\
\ \ \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 to see the output

License

This project is licensed under the MIT License

About

Android projects like Anagram Finder , done as part of Googles Applied Cs With Android course


Languages

Language:Java 100.0%