Skip to content
View ShashankMistry's full-sized avatar
🤖
Hello, Friend
🤖
Hello, Friend

Highlights

  • Pro
Block or Report

Block or report ShashankMistry

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ShashankMistry/README.md
App image
        
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;

import com.developer.shashank;

public class GitHubBio extends AppCompatActivity implements shashank.OnReadMeListener {

        protected void onCreate(Bundle savedInstanceState) {
                String name = "Shashank Mistry";
                String title = "Android Developer/iOS Developer";
                String location = "Waterloo, ON";

                skills();
          }

          private void skills() {
                String[] programmingSkills = {"Swift", "JAVA", "PYTHON", "HTML", "CSS", "C#", "Kotlin", "ReactJS", "JavaScript"};
                String[] databases = {"MySQL","SQlite","NoSQL"};
                String[] tools = {"Android Studio","Xcode", "VSCode","Jupyter"};
          }

           @override
           public void onReadMeListener(R -> {
               Toast.makeText(GitHubBio.this,"Thanks for visiting my github",Toast.LENGTH_LONG)
               .show();
           }
        }
Stats

ovi

Pinned Loading

  1. Feeling-And-Healing_Mental-health-Application Feeling-And-Healing_Mental-health-Application Public

    An Android application that helps people who suffers from mental illness.

    Java 2 1

  2. ManageMembers ManageMembers Public

    Android application for managing membership of Cafe.

    Java

  3. Advance-Keylogger-in-Python Advance-Keylogger-in-Python Public

    Python 2

  4. TripPlanner TripPlanner Public

    Basic IOS application to know the basics on IOS development

    Swift