Category: Tech
-

Android : How to Read and Display User Input.
Learn How to read user input from EditText and Display it in a TextView in Android on Button Click. Android Series.
-

Android Development Introduction
How to Start with your First Android Project? Here’s how you should start.
-

Java Swing GUI–Currency Converter
This is a Java Swing GUI program for currency conversion. So basically here we convert one currency to other or vise versa. For detailed explanation of how swing works checkout my previous post; Java Swing GUI Here as usual we create a JApplet class and implement an Action Listener. Here we require two…