Skip to content
View pdrozz's full-sized avatar
⛰️
:D
⛰️
:D
Block or Report

Block or report pdrozz

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

Hi 👋, I'm Pedro

Android Developer - Mid Level

           


I'm a Brazilian developer who loves to develop for mobile devices using Android SDK with Kotlin, Java and some tools.

data class Pedro (
    val name: String = "Pedro Cardoso",
    var age: Int = 21,
    var languages: Array<String> = arrayOf("Kotlin", "Java", "Python"),
    var architecture: Array<String> = arrayOf("MVVM", "MVP", "MVC"),
    var VCS: Array<String> = arrayOf("GIT", "GitHub", "GitLab", "BitBucket"),
    var interest: String = "Android Development"
)

👨‍💻 Check any of my projects using modern tools here.

Pinned Loading

  1. tutorialbox-compose tutorialbox-compose Public

    Highlight composable views of your App using Jetpack Compose

    Kotlin 11 3

  2. pinview pinview Public

    A PIN view customizable for Android. To use with PIN/Pass and others

    Kotlin 3 2

  3. InstagramClone InstagramClone Public

    Clone of instagram application using Android SDK, Firebase and Node.js

    Java 1

  4. whatsapp.clone whatsapp.clone Public

    Clone of the famous app whatsapp, only for study

    Java 1

  5. post_feed_nodejs post_feed_nodejs Public

    How to generate a individual feed user with Node.js and Firebase Realtime Database

    JavaScript