Skip to content
View lyasantoscode's full-sized avatar
๐Ÿ’ญ
coding
๐Ÿ’ญ
coding

Block or report lyasantoscode

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


    ๐Ÿ’ผ UFAM 
    ๐Ÿ“ฑ Mobile Developer โ€ข 
    ๐Ÿ“– I enjoy reading books
    ๐ŸŽฎ Music โ€ข Games โ€ข Anime โ€ข Code โ€ข Manga
    ๐Ÿœ Noodles as a favorite






A little more about me...

public class SobreMim {

    private String introducao;
    private String role;
    private String expertise;
    private String journey;
    private String objetivo;

    public SobreMim() {
        this.introducao = "๐Ÿ‘‹ Hi! I'm Alya, who began the journey by building robotics with recyclable electronic parts and cardboard. "
                        + "Today, I'm diving deeper into technology, with a special focus on mobile development.\n\n";
        this.role = "๐Ÿ”น Role: Android Developer | Focus on Java, Kotlin, and Jetpack Compose\n";
        this.expertise = "๐Ÿ”น Expertise: User Experience | Optimization | Modern & Efficient Solutions\n\n";
        this.journey = "๐Ÿ“š My Journey\n\n"
                     + "Started in Research & Development (R&D) during my undergrad, enhancing:\n\n"
                     + " ๐Ÿ” Problem-solving skills\n"
                     + " ๐Ÿ’ก Logical thinking\n"
                     + " ๐ŸŒ Adaptability with various languages (Python, C++)\n\n";
        this.objetivo = "๐Ÿš€ Here on LinkedIn\n\n"
                      + "I share Android development projects and practical examples for beginners and advanced users, aiming to inspire and support others in building their skills.";
    }

    public void exibirMensagem() {
        System.out.println(introducao);
        System.out.println(role);
        System.out.println(expertise);
        System.out.println(journey);
        System.out.println(objetivo);
    }

    public static void main(String[] args) {
        SobreMim lya = new SobreMim();
        lya.exibirMensagem();
    }
}

๐Ÿ“š Technical Skills

Here are some of my key technical skills that I use to develop projects:

KOTLIN Java ANDROID WEAR OS LINUX


๐Ÿ“ˆ Recent Activity Graph

Grรกfico de Atividade


๐Ÿ“Š My GitHub Statistics

Lya's GitHub Stats

๐Ÿ“Š My Recent Contributions

Lya's GitHub Contributions


๐Ÿ“Š Statistics of Languages Used in Projects

Top Langs


I love connecting with different people so if you want to say hi, I'll be happy to meet you more! ๐Ÿ˜Š


๐ŸŒ Social Networks

Connect with me on LinkedIn and follow my journey in software development!

LinkedIn


๐Ÿš€ Featured Projects

To learn more about my projects and see some of my work, feel free to explore my repositories!


I hope you enjoy my profile! Always striving to improve and learn more. ๐Ÿ˜„

Popular repositories Loading

  1. CodeotecaBooks CodeotecaBooks Public

    Books here!!!!!!

    5

  2. OsMisteriosCards OsMisteriosCards Public

    CSS

  3. css3d css3d Public

    CSS

  4. findViewById findViewById Public

    Recuperando o ID

    Java

  5. viewBinding viewBinding Public

    Recuperando com o viewBinding

    Java

  6. NotificationPermissionAndroid13 NotificationPermissionAndroid13 Public

    Forked from navczydev/NotificationPermissionAndroid13

    Notificatikon permission Android13 sample code

    Kotlin