loading gui interface | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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...........

6th Aug 2017, 11:33 AM
Awodire Babajide Samuel
Awodire Babajide Samuel - avatar
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!
6th Aug 2017, 11:54 AM
Paul
+ 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)
13th Aug 2017, 4:06 PM
Andy
Andy - avatar
- 1
@paul well done
6th Aug 2017, 12:45 PM
Awodire Babajide Samuel
Awodire Babajide Samuel - avatar