Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shybovycha/uj.edu.android.task2
https://github.com/shybovycha/uj.edu.android.task2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shybovycha/uj.edu.android.task2
- Owner: shybovycha
- Created: 2014-10-21T21:08:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T21:23:32.000Z (over 10 years ago)
- Last Synced: 2024-11-03T21:37:40.595Z (3 months ago)
- Language: Java
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programowanie Android. Zadanie #2
## Credentials
Workshop: Mobile Devices Programming - Android
Jagiellonian University, Institute of Computer Science, 2014**Task:** Przemysław Kadela
**Solution:** Artem Shoobovych
**Workshop:** 2014-10-13
## Topics
* First Android SDK application
* Creating new activity## Assignements
### IBAN - Android (mandatory)
Create an application with one text edit field (Accound no.) and one button (Send). Pressing the button causes verification of IBAN number in the text field (see Assignment 1.1). The application displays information if the number is valid.
### Sending IBAN number (optional)
Modify application 2.1 so that pressing Send button and positive verification of IBAN number the application jumps to SMS sending application - sms shall already contain the IBAN number. When the text field contains invalid IBAN number or is empty the Send button is disabled or shows appropriate information when pressed.