On 14.04.2018 I attended GET.NET conference in Łódź. It offers two editions – the spring one held in Łódź and the autumn one held in Gdańsk.
In today’s post I’m going to sum up the conference and the sessions I attended 🙂
Continue reading
On 14.04.2018 I attended GET.NET conference in Łódź. It offers two editions – the spring one held in Łódź and the autumn one held in Gdańsk.
In today’s post I’m going to sum up the conference and the sessions I attended 🙂
Continue reading
I’ve recently met a weird issue with T-SQL scripts at work and would like to share it with you today 🙂
Continue reading
As you may know, in my MoneyBack Xamarin.Android application I’ve used SQLite as the local db management system. Recently I’ve added an ASP.NET Core web solution to my GitHub repository in order to create back-end API for my mobile app. I wanted to have database hosted on a remote server and Android application to synchronize its data with it.
Then I started wondering… and decided to make a deeper research first. As I wrote in my post summing up DajSiePoznac2017 competition, “before using a particular solution for an issue” we should “better examine the other possibilities” first. So I do 🙂
Continue reading
I’ve recently been presented a concept of initializing the database (creating or re-creating it) with Unit Test method. Initially I thought it’s a non-sense, but after a while of taking a deeper look…
Continue reading
It has just started… but yes, today is the last day of DajSiePoznac2017 and it’s officially my last blog post for the competition. It feels weird somehow… 😉
Time to sum it up!
Continue reading
In this short post, I’m going to show you a very handy feature of Android Debug Bridge (adb) – possibility to debug Xamarin.Android apps in Visual Studio via WiFi connection.
Continue reading
Today we’re going to see how to manage (keep and restore) state of Activities in Xamarin.Android application in order to keep the app consistent and reactive for configuration/state changes.
Continue reading
In this post, we’re going to see how to provide a nice Android UI control for selecting the date using DatePickerDialog.
Continue reading
In the 3rd post from SQLite-Net Extensions series we are covering the last type of relationship – one-to-many (and the opposite – many-to-one).
Continue reading
© 2019 CodeJourney.net
Theme by Anders Noren — Up ↑