I’m new in android programming I’m working on database application I would like to know how can I make application open activity depend on condition result The application will check for the database. if the database is created or not If yes, open login activity If no, open create user profile activity
Best Salim