Skip to content
View fesave's full-sized avatar
🚀
AD ASTRA PER ASPERA
🚀
AD ASTRA PER ASPERA
Block or Report

Block or report fesave

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

Hey guys! Fernando Sanz here!

Linkedin Badge StackOverflow Badge visitors

About me

Android Kotlin

package com.android.dev.spain.fesave

import com.android.dev.spain.fesave.User

data class User(
    val firstName: String = "Fernando",
    val lastName: String = "Sanz",
    val nationality: String = "Spanish",
    var role: String = "Android Developer",
    val isAvailableForOpenSourceProjects: Boolean = true,
)   

GitHub Stats

Github Stats

Popular repositories

  1. CryptocurrencyApp CryptocurrencyApp Public

    How to Make a Clean Architecture Cryptocurrency App (MVVM, Use Cases, Compose)

    Kotlin 1

  2. fesave fesave Public

    1

  3. Kata-ISSTracker Kata-ISSTracker Public

    How to Make a Clean Architecture ISS Tracker App (MVVM, Use Cases, Koin...)

    Kotlin

  4. AAC-Board AAC-Board Public

    Free AAC Android app for children and adults with speech and language impairments that assists with symbol and text-to-speech communication.

    Kotlin