I have an application which needs to run on handheld devices and on tablets/kiosks etc. as far as the design is concern it is easy to maintain but now I have two different logic which needs to different entry points on different device. Following is my requirements.
- If it is phone, I want to show login/signup screen then after login/signup it will take to main screen
- if it is not phone (I mean if it is tablet/kiosk) it will directly go to main screen.
How can I achieve this? I took some idea from this thread on SO. but it is too old. Is there any reliable advance way to do that what I need.
Please do not mark as copy and do not close it because I am asking for new way to do it. so that the newbies can get it easily on one thread.