levibostian / AndroidBlanky

Create a new Android app fast. Comes pre-installed with libraries you already use.
7 stars 0 forks source link

Client side widget validation #64

Closed levibostian closed 2 years ago

levibostian commented 4 years ago

When you have an EditText in your app, for example, you're responsible for making sure what the user types into the box does not crash your app or does not receive an error from the API.

How do we fix this?

The current implementation is by using the idea of a contract. This implementation kinda works but the API is not very good. Let's make this better.

Requirements: