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 VB.NET programs offline on your Android?

Run Visual Basic Dot Net Programs Offline On Your Android

Visual Basic .NET(VB.NET) is a multi-paradigm and object oriented programming language that is implemented on the .NET framework. It was designed and developed by Microsoft and was launched in 2002 as the successor to its original Visual Basic language. VB.NET is used create wide range of applications like window console application, web application, windows application and many more.

In this tutorial, you will learn how you can write and execute VB.NET programs on your Android Device. After following this tutorial, you will be able to write, compile and run your VB.NET programs offline on your Android Device.


Installing VB.NET IDE on your Android

To run VB.NET programs on your Android, you need to install VB.NET Shell (Visual Basic Offline Compiler) from the Play Store.
VB.NET Shell App On Play Store

VB.NET Shell is one and only the offline VB.NET compiler for Android. This is an advanced VB.NET 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 VB.NET programs, you can export your VB.NET programs to apk and install it in your phone.


Writing VB.NET Programs

After app is installed successfully, open the app and you are ready to write your VB.NET Programs. Write the VB.NET Program on the Editor.
Writing Visual Basic .NET Code in VB.NET Shell


Compiling VB.NET Programs

After writing VB.NET Program on the editor, you need to compile and run it to see its output. To compile your VB.NET code, press ▷ button to compile and run your VB.NET 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 VB.NET programs on your Android device using free and offline app i.e. VB.NET Shell. If you want to practice coding VB.NET on your Android device, this app will help you. Just install VB.NET Shell and start coding VB.NET on your Android Phone.

Comments

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?