! (Application created in Android Studio with Java as proof of concept.) !
This is a simple application where you can enter your name, you can pick what coffee you like and by clicking the "Send Order" button, you will be redirected to send the order via e-mail. (Also, all fields will be autocompleted in the mail)
From a technical standpoint, the things that I used to make this app:
- Activities
- PagerAdapter
- Intents
- ViewPager
- TextView, EditView, ImageView, Button
- Layouts ( LinearLayout, RelativeLayout and ConstraintLayout )
This is a simple application where you can enter your name, you can pick what coffee you like and by clicking the "Send Order" button, you will be redirected to send the order via e-mail. (Also, all fields will be autocompleted in the mail)
From a technical standpoint, the things that I used to make this app:
- Activities
- PagerAdapter
- Intents
- ViewPager
- TextView, EditView, ImageView, Button
- Layouts ( LinearLayout, RelativeLayout and ConstraintLayout )
Show More