Simple Interest Calculator in Android

SimpleInterest calculator in Android is developed to calculate the simple Interest in Android apps. Android Studio Chipmunk is used to develop this project. Simple interest formula is p*r*t/100 activity_main.xml Created a TextView to show messages at the top. Create a Number (decimal) field for the Principal amount and rate. Create a Number field for Time. … Read more

Addition of two numbers in Android

Steps to add two numbers Create a new Android project in Android Studio. Open the activity_main.xml file and add two EditText or NumberText views for the user to input the numbers and a Button view for the user to initiate the addition process. In the MainActivity.java file, declare the two EditText views and the Button … Read more

Android Studio Hello World First Example

Download and Install Android Studio: First, you need to download and install Android Studio on your computer. You can download it from the official website of Android Studio. The below program is developed with Android Studio Chipmunk | 2021.2.1 Patch 2 Create a new project: File->New ->New Project (Ctrl+Shift+N) Select a activity type here we … Read more