It is an application which provides you with multiple functions in the same app.
Like, opening a website, sending an email, sending a message etc.
- Show Website:
In this function, you can just enter a URL, and the application will open the same for you in your favorite browser. - Show Map Location:
In this function, you can see the location of The White House. But you can change the location to any other place you want to. - Sending Email:
This will ask you for the email address you want to send the email to, the subject for the mail, and the message which you want to send the person. After you hit MAIL, it will ask you that through which app do you want to send the mail (for e.g. Mail, Gmail, HotMail etc.). - Sending Image:
You can send image to various apps like snapchat, Instagram, Whatsapp, PicsArt etc. - Sending Message:
You can enter the phone number of the person you want to text, the message, and then hit enter. It would automatically open the default messaging application provided in the phones, and send the text using that. - Call a Number:
You can enter a phone number and hit call. It will then automatically call the person.
- Download the Android IDE: Android Studio (you may need to install java by following the prompts)
a. Optional: Install the Android SDK:
brew install android-sdk
, Select the SDK thatbrew
logged out back in the previous command - Open this project with in Android Studio IDE
- The IDE will complain about "Gradle sync failed". Just follow what it says.
- Once the IDE stops giving suggestions go to Tools -> Android -> SDK Manager and do what the SDK Manager says.
- Once the SDK Manager stops giving suggestions, use it to install the Google Repository and the Android Support Repository.
Clone or download this repo
https://github.com/anjalisi/MultifunctionalityApp
After that you can simply take the files and paste it in the required folders. Et Voila !
- Open the AVD Manager (Tools -> Android -> AVD Manager).
- Create a new Virtual Device. The size/model doesn't matter that much
- Select a system image that has both a x86_64 ABI and Google Play Services.
- Finish and Click Play!