Set EditText to input Numbers only

The input type of EditText in Android can be restricted. We can set it to input numbers only. There are the following types of numbers that we can set the EditText to input Unsigned Integer Signed Integer Unsigned Decimal Signed Decimal We will learn how to do this using XML and programmatically using java code. … Read more Set EditText to input Numbers only

How to upload a Netbeans project to Github?

In this post you are going to learn how to upload a NetBeans project to GitHub. This project can be in any language Java or python or any other programming language that you can use in NetBeans IDE. Requirements A github account A project opened in Netbeans IDE An active internet connection Procedure Create a … Read more How to upload a Netbeans project to Github?