Skip to content
View harshabhadra's full-sized avatar
🏠
🏠
Block or Report

Block or report harshabhadra

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
harshabhadra/README.md

Hi there πŸ‘‹, Harsha Bhadra

Mobile App Developer

Mobile App Developer

I'm a self taught programmer currently working as an Mobile App Developer. I have 3+ years of working experience in Android Development using both Java, Kotlin and in cross-platform development using Flutter.

Skills: Java / Kotlin / Dart / Android / Flutter

  • πŸ”­ I’m currently working as Android App Developer
  • 🌱 I’m currently getting better at Flutter
  • πŸ‘― I’m looking to collaborate on Android and Flutter
  • πŸ’¬ Ask me about Android development and Flutter
  • πŸ“« How to reach me: harshahelloworld@gmail.com
  • πŸ˜„ Pronouns: Harsha Bhadra

github dev linkedin

Top Langs

GitHub stats

GitHub metrics

GitHub streak stats

Pinned

  1. NewsToday NewsToday Public

    A News app Demo. Uses Retrofit for networking, Hive for local Database

    Dart 3

  2. Quiz-demo Quiz-demo Public

    Kotlin

  3. Movie-Point Movie-Point Public template

    Movie Point is a Place where you can keep track of your favorite Movies and Tv Shows. It shows you lists of Most Popular, Top rated, Upcoming and Trending Movies and Tv Shows

    Java 1

  4. Grocery-App Grocery-App Public

    A sample of online grocery app

    Kotlin

  5. Sample of Custom Single LinkedList Sample of Custom Single LinkedList
    1
    public class EmployeeLinkedList {
    2
    
                  
    3
        private EmployeeNode head;
    4
        private int size;
    5