how to sent one intent to other navigate the page usig android app (android project work with source code)
how to sent one intent to other navigate the page usig android app xml source code <? xml version ="1.0" encoding ="utf-8" ?> <RelativeLayout 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 =".child" > <Button android :id ="@+id/button2" android :layout_width ="402dp" android :layout_height ="53dp" android :layout_alignParentEnd ="true" android :layout_alignParentRight ="true" android :layout_alignParentBottom ="true" android :text ="Back" android :background ="#47b04b" app :layout_constraintBottom_toBottomOf =...