Featured Post

How to capture long screenshot of apps and website on Android?

Image
Usually, you can take screenshot of only visible area on your display. But what if you could capture screenshot of the app by scrolling up and it will automatically keep capturing the long screenshot until you scroll up. Well, it's easy. In some devices, there is built-in feature called Super Screenshot or Long Screenshot which can capture long screenshot by scrolling up. If your device don't have these features, don't worry, I am going to share best trick to take long screenshot on any Android device. In this tutorial, I am going to share a useful Android app which can be used to take long screenshot of any apps or stitch multiple screenshots into one. The name of the app is LongShot for long screenshot . This is my favorite app to take long screenshot on Android phone. For taking long screenshot, the view must be scrollable. Example, you can take long screenshots on Facebook, Messages, Twitter and any apps which can be scrolled vertically. You can also take the s...

How to run C# Programs offline on Android?

Run CSharp Programs On Android

C# is an object-oriented, general purpose, simple and powerful programming language. It was developed by Microsoft which is a part of a .NET Framework. C# can be used for multiple purposes like Mobile, Desktop and Web Applications, Websites, Game Development and many more.

In this tutorial, we will focus on how you can write and execute C# programs on your Android Device. After following this tutorial, you will be able to write, compile and run your C# programs offline in your Android Device.


Installing C# IDE on your Android

To run C# programs on your Android, you need to install C# Shell (C# Offline Compiler) from the Play Store.
CSharp Shell App On Play Store

C# Shell is one and only the offline C# compiler for Android. This is an advanced C# IDE for Android with full of features like autocomplete, syntax highlight, lot of editor themes, offline compiling and many more.

In addition to writing and compiling C# programs, you can export your C# programs to apk and install it in your phone.


Writing C# Programs

After app is installed successfully, open the app and you are ready to write your C# Programs. Write the C# Program on the Editor.
Writing CSharp Code in CSharp Shell


Compiling C# Programs

After writing C# Program on the editor, you need to compile and run it to see its output. To compile your C# code, press ▷ button to compile and run your C# program. If your program doesn't have any errors, you will see its output else you will see error messages with information on where you got the error.
CSharp Code Output in CSharp Shell


Conclusion

Following this tutorial, you have learned how you can write and execute your C# programs on your Android device using free and offline app i.e. C# Shell. If you want to practice coding C# with your Android device, this app will help you. Just install C# Shell and start coding C# on your Android Phone.

Comments

  1. Wow. Nice article. Thank you for help. I was able to find what I was searching for.

    ReplyDelete

Post a Comment

Add comment.

Popular posts from this blog

How to capture long screenshot of apps and website on Android?

How to capture long screenshot of apps and website on Android?

How to run VB.NET programs offline on your Android?