Pinned Repositories
android-architecture-components
Samples for Android Architecture Components.
ConfuciusNotifications
In this Android app the user can read inspirational quotes shown in a random order, share them, save the favorites into a list and receive daily notifications with a random quote.
CurrencyExchange
Android app to perform currency conversions. Kotlin, MVVM architecture, LiveData, databinding, Retrofit, coroutines, dependency injection (Pure Vanilla), constraint layout.
DarbuosnaGooglePlay
Android 9 compatible Java Bootcamp final project published in Google Play Store (Darbuosna). Lithuanian proverbs about work. Saved in Arctic Code Vault.
python_basics
22 challenge problems solved as Code With AnitaB Python track assignments (summer 2020)
SecretMessage
Code With AnitaB assignment. This code deciphers a secret message hidden in the files.
teachers_notes_project
Django project. Weekly blogposts with links and ideas for online English lessons. www.englishteachersnotes.com
Week-2-Sequence-Types-Challenge-2
Week 2 Sequence Types Challenge 2
Week_12_Voting_System
Code With AnitaB Week 12: experimenting with Python GUI (Tkinter).
Week_6_List_Comprehension
r426's Repositories
r426/ConfuciusNotifications
In this Android app the user can read inspirational quotes shown in a random order, share them, save the favorites into a list and receive daily notifications with a random quote.
r426/Week-2-Sequence-Types-Challenge-2
Week 2 Sequence Types Challenge 2
r426/Week_6_List_Comprehension
r426/CurrencyExchange
Android app to perform currency conversions. Kotlin, MVVM architecture, LiveData, databinding, Retrofit, coroutines, dependency injection (Pure Vanilla), constraint layout.
r426/DarbuosnaGooglePlay
Android 9 compatible Java Bootcamp final project published in Google Play Store (Darbuosna). Lithuanian proverbs about work. Saved in Arctic Code Vault.
r426/python_basics
22 challenge problems solved as Code With AnitaB Python track assignments (summer 2020)
r426/SecretMessage
Code With AnitaB assignment. This code deciphers a secret message hidden in the files.
r426/teachers_notes_project
Django project. Weekly blogposts with links and ideas for online English lessons. www.englishteachersnotes.com
r426/Week_12_Voting_System
Code With AnitaB Week 12: experimenting with Python GUI (Tkinter).
r426/Confucius
Focus on RecyclerView.
r426/ConfuciusRetrofitCoroutines
Further development of Confucius Android app: RecyclerView, Retrofit & coroutines.
r426/Currency_Exchange_6_Retrofit_Coroutines
Further development of Currency Exchange app. MVVM: LiveData, dataBinding & ViewModel + Retrofit & coroutines
r426/PriceIndex
Android app queries and displays real-time Bitcoin exchange rates for USD, GBP and EUR.
r426/RetrofitKotlinCodesProverbs
A working retrofit example from http://www.kotlincodes.com/kotlin/retrofit-with-kotlin/ with callbacks and my data model
r426/SenekaKotlinRecyclerView
Further development of the Seneka app with RecyclerView used instead of ListView.
r426/Week-2-Sequence-Types-Challenge-1
Sequence Types Challenge Problem 1
r426/Week-2-Sequence-Types-Challenge-1-Improved
The requirement for the strings to be unique taken into consideration. Unnecessary find() method removed.
r426/Week-3-Students-Marks
r426/Week_10_Files_Regex_DateTime
Code With AnitaB Week 10 challenge problems: files, regex, date & time.
r426/Week_11_Databases
Code With AnitaB Week 11: introduction to database operations
r426/Week_11_Multithreading
Code With AnitaB Week 11 challenge problem.
r426/Week_11_Networking
Code With AnitaB Week 11 challenge problem.
r426/Week_3_Input_Output
Input and Output
r426/Week_3_Odd_Number_Of_Elements
Find which element repeats an odd number of times in the list.
r426/Week_4_More_Programs
r426/Week_4_Triangles
r426/Week_5_Command_Line_Arguments
r426/Week_5_Functions
r426/Week_5_Special_Numbers
Find out if it is a special number: composed of only odd prime digits and the sum of its digits is an even number.
r426/Week_6_Map_Lambda_Fibonacci