Command Prompt (1)
I have been fighting with programming to develop an App I want to use, but this Command Prompt App will not be directory useful for the App. This is just a Xamarin.Forms programming training for me. I wanted to more learn ScrollView which behavior is a little bit confusing, and also to find a smart style to monitor some variables and App's behaviors while running App, so I came up with an idea to develop Command-Prompt-like-UI App looking like Unix or MS-DOS console. Including PCL Storage will make possible file and directory I/O, but it will be in other post. In this post, just a development of a Command-Prompt-Like-UI is explained. MainPage.xaml <? xml version = " 1.0 " encoding = " utf-8 " ?> < ContentPage xmlns = " http://xamarin.com/schemas/2014/forms " xmlns : x = " http://schemas.microsoft.com/winfx/2009/xaml " ...