Android Assignment Create a CarePath android app as follows: (a) it should start from splash screen and checks for user information in shared preference on splash screen. If found, directly login the user (after authenticating) and go to home page otherwise go to login page. (b) Home page contains view pager having three pages, that display information on Entrepreneurship, Research or Higher Studies and Company Placement respectively. (c) The three pages (fragments) should access data from files named “Entre.txt”, “ResDeg.txt” and “Cplace.txt” to be displayed.