Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r100-stack/android-developer-essentials-3-us-dollar-convertor


https://github.com/r100-stack/android-developer-essentials-3-us-dollar-convertor

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Android Weekly Series

Welcome to the Android Weekly Series hosted by Google's Developer Student Club (DSC) program!

This is a ten week workshop series every Saturday, 1:30 - 3:30 EST from July 11, 2020 to Sept 12, 2020.

This series will cover all the essential skills needed to build professional, robust, and attractive Android apps.

Register now on EventBrite: [register.dsclsu.com/android](https://register.dsclsu.com/android)

More info on: [www.dsclsu.com/android](https://www.dsclsu.com/android)

## 3. US Dollar Converter

Convert USD to any currency!

The sample app we'll make will only support Canadian Dollar (CAD), Indian Rupee (INR), Euro (EUR).
However, you can modify this supported currency list to your liking!

### Screenshots





### Skills Learned

* Android layout
* More complex ConstraintLayout
* TextView, EditText, Button
* Intro to Material Design
* Android coding
* OnClickListeners
* findViewById() to programmatically modify views in XML