Add the Calculator App (#145)
author유리나/Common Platform Lab(SR)/Staff Engineer/삼성전자 <rina6350.you@samsung.com>
Thu, 6 Feb 2020 08:06:56 +0000 (17:06 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 6 Feb 2020 08:06:56 +0000 (17:06 +0900)
commitb1865e0cb29a59df21a0cceaa32e29ce3884edf8
treebb2c4975b536c3c0055e87079bcdbf7eb29aefde
parent184f6f25796290198262ad706de1d141a8eb28de
Add the Calculator App (#145)

* Add the Calculator App

* Modify sln file
46 files changed:
Test/Calculator/Calculator.sln [new file with mode: 0644]
Test/Calculator/Calculator/Calculator.cs [new file with mode: 0644]
Test/Calculator/Calculator/Calculator.csproj [new file with mode: 0644]
Test/Calculator/Calculator/CalculatorApp.cs [new file with mode: 0644]
Test/Calculator/Calculator/Controls/ImageButton.xaml [new file with mode: 0644]
Test/Calculator/Calculator/Controls/ImageButton.xaml.cs [new file with mode: 0644]
Test/Calculator/Calculator/Impl/CalculatorImpl.cs [new file with mode: 0644]
Test/Calculator/Calculator/Impl/Formatter.cs [new file with mode: 0644]
Test/Calculator/Calculator/Impl/InputParser.cs [new file with mode: 0644]
Test/Calculator/Calculator/Models/AddingElementResult.cs [new file with mode: 0644]
Test/Calculator/Calculator/Models/CalculationResult.cs [new file with mode: 0644]
Test/Calculator/Calculator/Models/IBinaryOperator.cs [new file with mode: 0644]
Test/Calculator/Calculator/Models/INullary.cs [new file with mode: 0644]
Test/Calculator/Calculator/Models/IOperator.cs [new file with mode: 0644]
Test/Calculator/Calculator/Models/IUnaryOperator.cs [new file with mode: 0644]
Test/Calculator/Calculator/Models/InputElement.cs [new file with mode: 0644]
Test/Calculator/Calculator/Models/Literal.cs [new file with mode: 0644]
Test/Calculator/Calculator/Models/Operators.cs [new file with mode: 0644]
Test/Calculator/Calculator/Renderers/ImageButtonRenderer.cs [new file with mode: 0644]
Test/Calculator/Calculator/ViewModels/MainPageViewModel.cs [new file with mode: 0644]
Test/Calculator/Calculator/Views/CalculatorMainPage.xaml [new file with mode: 0644]
Test/Calculator/Calculator/Views/CalculatorMainPage.xaml.cs [new file with mode: 0644]
Test/Calculator/Calculator/res/btn_delete.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_l_01.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_l_02.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_l_03.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_l_04.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_l_05.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_l_06.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_l_07.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_l_08.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_0.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_1.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_10.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_11.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_2.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_3.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_4.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_5.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_6.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_7.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_8.png [new file with mode: 0644]
Test/Calculator/Calculator/res/calculator_button_p_number_9.png [new file with mode: 0644]
Test/Calculator/Calculator/shared/res/Calculator.png [new file with mode: 0644]
Test/Calculator/Calculator/tizen-manifest.xml [new file with mode: 0644]
XSF.sln