In today’s post we’re going to see what is SQLite-Net Extensions ORM and how to use it to create many-to-many relationship in SQLite database. The other types of relationships will be described in separate posts.
MoneyBack – 3 weeks before the end of DSP
In today’s post I’d like to present what’s the current status of works on MoneyBack application, 3 weeks before the end of DSP competition.
WiFi and Bluetooth interference – diagnosing and fixing
Have you ever had issues with weaker WiFi connection’s signal while listening to music via Bluetooth speaker ? Or maybe you noticed that your WiFi speed gets worse when you turn on your Bluetooth mouse or keyboard ? I’ve met those issues recently and would like to share a diagnosis process and a potential solution with you today.
Android Apps Localization
Hello everyone 🙂
As you might have noticed, I’ve recently decided to take a longer break in DSP competition. Few things to do, Easter in the meantime… but of course I didn’t give up and today I’m back 😉
In this post I’d like to show you how do we localize Android apps. Let’s see!
Android Layout Types
If you’re just an Android user, you may not even know that each screen in your application has controls composed within different Layouts. Let’s see what are the main Layout Types in designing Android app.
Xamarin – Android Intents
We’ve already seen what are Activities, the most basic pieces of every Android app and today’s topic is associated with it. We’re going to see how to communicate between Activities (or Application Blocks) using Intents.
My list of must-have apps
In this post I’d like to share with you a few applications I use (both mobile and PC ones) that are must-haves for me. Maybe you’ll find some of them useful (if you’re not using them yet). You can click on each application’s logo to go to its homepage.
Unit Testing Xamarin application
Today we’ll see how to add unit tests to Xamarin Android application, testing both platform-independent logic and Android-specific features.
Using SQLite database in Xamarin.Android
I started to define development tasks to be done within MoneyBack project in the coming days (maybe I’ll even publish my Trello board soon 🙂 ) and it turned out that each functionality the app is going to offer needs persistent storage (e.g. to store people, payments, events etc.). The obvious choice is the local database in which I could store my entities and application’s data.
In this post, I’d like to show you how quickly and easily SQLite database can be added and started to be used in Xamarin.Android project using SQLite.NET and Visual Studio 2017.
Simple habits for better productivity
It’s been a really tough week, so today I have a non-technical post for you. I’m going to move on with the project this weekend, so I can put some technical stuff here tomorrow.
If you don’t really care about productivity, organization of your days, planning of tasks to be done during next X days, this post is for you 🙂 I totally didn’t care as well, but I felt a bit disorganized, I knew I could do more or at least be conscious of what I’m able to do and what I’m not. Finally, without studying anything like GTD, I managed to introduce few simple habits to my everyday life that make my life easier, allow to complete some tasks faster and make me aware of what I have to do and when. I’d like to share those manners with you – maybe you’ll also find them helpful.