Posts

Showing posts from February, 2019

Login And Registration Using SQLite Database and Show Particular ID Data in User Profile Activity

Image
Example Screen Shots : ------------------------------------------------------------------------------------------------------------------------- 1 ) Splash Screen : 2 ) Login Screen : 3 ) Registration Screen :         4 ) Show Particular Student Data After Login Successfully :          ------------------------------------------------------------- XML Files ------------------------------------------------------------- 1 ) splash_screen.xml <? 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 :id= "@+id/rl_splash" android :background= "@color/white" android :layout_height= "match_parent" tools