Skip to content
View prbale's full-sized avatar
☺️
Learning
☺️
Learning

Block or report prbale

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

Hello, welcome to my GitHub! I'm Prashant 🙋‍♂️

  • 👦 Mobile App Development Expert.
  • 👨‍💻 Mostly working on ❤️Android ❤️Kotlin !
  • ✍️ Write blogs on https://prashbale.hashnode.dev/.
  • 🚵 Loves Trekking and Coding.

// tools_I_use organized
class About extends Me { 
  const myTools = {  
    "ProgramingLanguages" : { "Java", "Kotlin", "Dart", "TypeScript" },
    "BackendTechnologies" : { "Node Js", "Spring Boot" },
    "OtherLanguages" : { "HTML", "CSS", "Bash", "Json", "Markdown" },
    "Database" : { "Firebase", "Sqlite" },
    "IDE/Editors" : { "Android Studio", "Intellij", "Vscode", "Sublime" },
    "OtherTools" : { "Git", "Lightroom" }
  };
}

📈 GitHub stats


LATEST UPDATE: Exploring Android Jetpack Compose and Backend stuff 🥽.

Pinned Loading

  1. JetpackComposeDemo JetpackComposeDemo Public

    Android Basic Demo Application for Jetpack Compose

    Kotlin

  2. NewsApp NewsApp Public

    News App Sample - Using Android Architectural Components using NewsApi.org

    Kotlin 2

  3. MVVMDemoApp MVVMDemoApp Public

    This repository contains a sample app that implements MVVM architecture using Dagger2, RxJava2, Retrofit Library. Application is developed in Kotlin.

    Kotlin 1

  4. AndroidKotlinMvpWithDagger2 AndroidKotlinMvpWithDagger2 Public

    Very Basic Android kotlin sample to demonstrate dagger 2 dependency injection

    Kotlin

  5. KotlinMvpLibrary KotlinMvpLibrary Public

    MVP Library implemented in Kotlin

    Kotlin

  6. java-samples java-samples Public

    Some useful java samples

    Java