Skip to content

Instantly share code, notes, and snippets.

@Reevan799
Reevan799 / MainActivity.java
Created June 29, 2020 11:38
MainActivity Java code
package com.gkquizadmin;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ProgressBar;
@Reevan799
Reevan799 / CategoryAdapter.java
Created June 12, 2020 14:28
error on method calling
package com.example.generalknowledgequiz;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
@Reevan799
Reevan799 / register.html
Created March 8, 2020 05:16
Fixed Sql Injection Problem
<form id="register" class="input_group" action="registration.php" method="post" required>
<input type="username" class="input_field" placeholder="Username" name="username" required>
<input type="email" class="input_field" placeholder="Email Id" name="email" required>
<input type="password" class="input_field" placeholder="Password" name="password" required>
<input type="checkbox" class="checkbox" name="checkbox"> <span>I agree to the term & conditions</span>
<button type="submit" class="submit_btn">Register</button>
</form>
@Reevan799
Reevan799 / index.html
Created March 6, 2020 18:03
Auto Sliding Background images in html and css
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">