+ 1
loading gui interface
how to create a beautiful UI loading interface...for example if you enter login on a Facebook Android application....a circle will continue to go round until it gets a responds from the server.....how do I do that in the tagged programming languages...........
3 Answers
+ 1
in c# it is pretty easy to do. i mean if you get used to WPF a gui is pretty easy to make within xaml. search for WPF (c# and xaml) and you will have what ya want!
+ 3
Use Visual Studio to create a Windows Forms Project for making Windows Apps or Xamarin Forms Project for making Android & iOS apps. (C# language is used for all of them)
- 1
@paul well done