Skip to content
#

readme-template

Here are 4 public repositories matching this topic...

"Internet banka" aplikācija, kurā būs lietotāja reģistrācijas un pieteikšanās iespējas. Pēc reģistrācijas lietotājs (bankas klients) varēs papildināt, noņemt naudu no sava konta, arī ņemt kredītu un nopirkt akcijas.

  • Updated Jul 1, 2024
  • Java

A login form in an Android Studio app using Java typically consists of two EditText fields for username and password, and a Button to trigger login validation. When the user enters credentials and taps the button, the app retrieves the input using getText().toString(), checks if they match predefined values (e.g., "admin"), and displays the result.

  • Updated May 25, 2025
  • Java

Improve this page

Add a description, image, and links to the readme-template topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the readme-template topic, visit your repo's landing page and select "manage topics."

Learn more