Yuriy Nekhodov (@Roux13)
  • Stars
    star
    11
  • Global Rank 905,269 (Top 32 %)
  • Followers 4
  • Registered over 5 years ago
  • Most used languages
    Java
    75.0 %
    Kotlin
    25.0 %
  • Location πŸ‡·πŸ‡Ί Russia
  • Country Total Rank 9,552
  • Country Ranking
    Kotlin
    726
    Java
    833

Top repositories

1

Job4j-Exam

This is a knowledge testing app for Android. The app uses Room database, LiveData, ViewModel.
Java
2
star
2

Tourist

Displays the map, can save the current location, record the route and set the route to the selected attraction. Used Google Play Services, Places. RxJava3, DB - Room, Retrofit - network.
Java
2
star
3

Weather-Forecast

Android application. Pattern MVVM (Android ViewModel + LiveData + DataBinding). It uses data from OpenWeatherApi(https://openweathermap.org/). There are two fragment in MainActivity: First fragment views details of forecast. Second contains list of daily forecast. If you click on item, first fragment views forecast details for selected day. Fragments manage with Android Architecture Component. DB with Room. Network with Retrofit. Di with Dagger.
Kotlin
1
star
4

SQotLin

Kotlin
1
star
5

TicTacToeAndroid

The Tic-tac-toe game for Android. This project uses the code of my console Java version of the game Tic-Tac-Toe. All classes without output/input were moved to this project.
Java
1
star
6

ToDoList

The Android application stores the task in the list view. You can add new task, edit task, close task and watch details.
Java
1
star
7

tictactoe

The console Tic-Tac-Toe game in Java. In this project, I applied the principles of OOD. I made the application architecture modular, using interfaces to the maximum, following the principles of SOLID, and also applied the MVC pattern. This allowed me to apply most of the code when migrating the app to the Android platform. The project for Android is here.
Java
1
star
8

ListOfEmployees

The app - it's a list of employees. There is a list of professions and there is a list of employees. You can choose a profession and employee by the profession and then to watch his pesonal file. All screens are made with fragments. Lists are made with RecyclerView.
Java
1
star