Reverse String Android App (Reversed)
This is my first app made which reverse any input a user give. Software Required: 1. Android Studio 2.Adobe Xd Designing: It is done in adobe Xd Coding: XML part: <? xml version= "1.0" encoding= "utf-8" ?> <android.support.constraint.ConstraintLayout 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" android :background= "@drawable/screen" tools :context= ".MainActivity" > <EditText android :id= "@+id/reverse" android :layout_width= "334dp" android :layout_height= "57dp" android :layout_marginStart= "8dp" android :layout_marginTop= "8dp" android :lay...

Comments
Post a Comment
Feel free to leave a comment...