r426's repositories
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.
Week-2-Sequence-Types-Challenge-2
Week 2 Sequence Types Challenge 2
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_12_Voting_System
Code With AnitaB Week 12: experimenting with Python GUI (Tkinter).
ConfuciusRetrofitCoroutines
Further development of Confucius Android app: RecyclerView, Retrofit & coroutines.
Currency_Exchange_6_Retrofit_Coroutines
Further development of Currency Exchange app. MVVM: LiveData, dataBinding & ViewModel + Retrofit & coroutines
PriceIndex
Android app queries and displays real-time Bitcoin exchange rates for USD, GBP and EUR.
RetrofitKotlinCodesProverbs
A working retrofit example from http://www.kotlincodes.com/kotlin/retrofit-with-kotlin/ with callbacks and my data model
SenekaKotlinRecyclerView
Further development of the Seneka app with RecyclerView used instead of ListView.
Week-2-Sequence-Types-Challenge-1
Sequence Types Challenge Problem 1
Week-2-Sequence-Types-Challenge-1-Improved
The requirement for the strings to be unique taken into consideration. Unnecessary find() method removed.
Week_10_Files_Regex_DateTime
Code With AnitaB Week 10 challenge problems: files, regex, date & time.
Week_11_Databases
Code With AnitaB Week 11: introduction to database operations
Week_11_Multithreading
Code With AnitaB Week 11 challenge problem.
Week_11_Networking
Code With AnitaB Week 11 challenge problem.
Week_3_Input_Output
Input and Output
Week_3_Odd_Number_Of_Elements
Find which element repeats an odd number of times in the list.
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.