Android Intern Training Material Day 4


1. Perform demo for seekbar, datepicker, timepicker.

Note:
(a) Datepicker and Timepicker should be open by clicking on button.
(b) User selected date and time will be displayed on textview.
(c) User should not select the past dates.

2. Perform Simple interest and Compound interest.

Note:
(a) Input values are Principle, Rate and Time(month).
(b) User will select whether to display SI or CI.
(c) For CI you have to display interest for every month and every year.

Did you find this article useful?