This is my very first application and I'm not sure how to properly work on this. Could anyone help me in telling the steps needed to develop this?
We basically have to make a login and register page with checks of having username /assword field as valid and not empty for sure. Otherwise prompt up alerts (alerts are important). Please guide as to how to go through it step by step and quicker. I have to do this on eclipse only.
Model: user and message class
View: all xml files
View Controller: all activity extended java files
Controller: singleton java class
Note: you need to implement all ui element in xml. You need to access/modify/listen/handle/alert in view controller. Controller is singleton class to perform operation like taking input from view controller, interact with db/sp then notify back to view controller via delegate.
Datepicker format: "12/12/2015"
Spinner format: "male" or "female
We basically have to make a login and register page with checks of having username /assword field as valid and not empty for sure. Otherwise prompt up alerts (alerts are important). Please guide as to how to go through it step by step and quicker. I have to do this on eclipse only.
Model: user and message class
View: all xml files
View Controller: all activity extended java files
Controller: singleton java class
Note: you need to implement all ui element in xml. You need to access/modify/listen/handle/alert in view controller. Controller is singleton class to perform operation like taking input from view controller, interact with db/sp then notify back to view controller via delegate.
Datepicker format: "12/12/2015"
Spinner format: "male" or "female