Posts

Showing posts with the label kotlin

Register in kotlin

 Xml :- <? xml version ="1.0" encoding ="utf-8" ?> < ScrollView xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: app ="http://schemas.android.com/apk/res-auto" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :layout_height ="match_parent" tools :context =".MainActivity" > < LinearLayout android :orientation ="vertical" android :layout_width ="match_parent" android :layout_height ="match_parent" > < EditText android :layout_width ="match_parent" android :layout_height ="wrap_content" android :hint ="Email" android :id ="@+id/registeremail" /> < EditText android :layout_width ="match_parent" android :layout_height ="wrap_con...