If you’re a flutter developer and if you build a release apk/app bundle for Google play store then at-least once you will face this issue “Execution failed for task ‘:flutter_android_pip:verifyRelease Resources’.” So in this post, I will tell you how to solve this error. Below are the steps for solving this error. Follow the below
This Android Program shows you Wikipedia Application. Below is the source code of the Program to shows you Wikipedia Application. The program is successfully run. Android Notification Code Some basic programs of Java Simple Login and Registration Form in HTML and CSS How to add user registration record into the database(MySQL)
This Android Program shows a Notification Application.Below is the source code of the Program to shows a Notification Application. The program is successfully run. How to create Android Wikipedia app in android studio 1)MainActivity.java(change your package name) package com.example.pradeep.noti; import android.app.Notification; import android.app.NotificationManager;
In this post, we discuss some basic programs of Java. We used the Eclipse IDE to develop and run these programs. 1)Addition of two numbers 2)Addition of any two numbers 3)How to print a<b and a>b 4)Addition, Subtraction, Multiplication, and Division of specified two number 5)Reverse string Note: You can use these codes free. Just
Tutorial 2 In this tutorial, we will discuss how to create a Login.jsp and Register.jsp pages. This tutorial, we discuss all the steps for creating a login.jsp and register.jsp page. Please first read the first tutorial of this project in the code section.If you understand the first tutorial then you will understand the second tutorial. First,