Skip to content
View LaszloLajosT's full-sized avatar
  • Bournemouth
Block or Report

Block or report LaszloLajosT

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

Hi 👋, I'm Laszlo.

laszlolajost

laszlolajost

  • 🌱 I’m currently learning Advance Android Course from Udacity.

Connect with me:

trackrunner trackrunner

Languages and Tools:

android css3 git html5 java

laszlolajost

 laszlolajost

Pinned Loading

  1. Udacity-Project-NewsApp Udacity-Project-NewsApp Public

    Final project from Udacity Nanodegree Program. Create a News App using Guardian API.

    Java 1

  2. Udacity-Project-American_Football_Scores_App Udacity-Project-American_Football_Scores_App Public

    American Football Scores App v1

    Java

  3. Udacity-Project-MusicalApp Udacity-Project-MusicalApp Public

    Version 1.0

    Java

  4. justjava-help justjava-help Public

    It is a starter code for practice. I hope it helps you guys.

    Java

  5. Miwok-Completed Miwok-Completed Public

    Completed MiWok App

    Java

  6. This is an Android Basics Nanodegree... This is an Android Basics Nanodegree Program Practice Set. Lesson 4. Making an App interactive. I read many comments how confusing to set up a new project before even start the practice part. I got it. A few updates came out since and the first step for beginners can be hard. So, here is my "create a new project" first step.
    1
    package android.example.practiceset2;
    2
    
                  
    3
    import android.os.Bundle;
    4
    import android.widget.TextView;
    5
    import androidx.appcompat.app.AppCompatActivity;