Skip to content
View codejunk1e's full-sized avatar
☠️
☠️
Block or Report

Block or report codejunk1e

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
codejunk1e/README.md

The Padawan Developer

Hi 👋, I'm robin an Android developer and lifelong learner that loves building apps that help users be more productive and solve problems. I currently spend most of my time working on projects with small teams. I am looking to get hired in teams or companies where I will be exposed to new challenges that I can help solve with my skills.

Intrests

  • Languages​ :​ Java, Kotlin, Python, Dart, JavaScript
  • Tools & Technologies​ :​ Git & GitHub, Android Studio, Pycharm, VSCode

Get in touch

Pinned Loading

  1. hngi/android-kidstories hngi/android-kidstories Public

    Java 3 7

  2. StarWars StarWars Public

    A simple android app that uses the Starwars API 🚀

    Kotlin 6

  3. Biblo_Search Biblo_Search Public

    Udacity Capstone Stage 2. Biblio search roughly translates to book search. It is an app that allows book lovers or (biblophiles) to search and discover new books they should read.

    Java 1

  4. RecyclerView file template for Android RecyclerView file template for Android
    1
    #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
    2
    
                  
    3
    
                  
    4
    import android.content.Context;
    5
    import android.view.LayoutInflater;
  5. Executors file template for Android Executors file template for Android
    1
    
                  
    2
    /** 
    3
    * @author ${USER} 
    4
    * Created on ${DATE}
    5
    */
  6. StringDef file template for Android StringDef file template for Android
    1
    import androidx.annotation.StringDef;
    2
    import java.lang.annotation.Retention;
    3
    import java.lang.annotation.RetentionPolicy;
    4
    
                  
    5
    public class ${INTERFACE_NAME}s {