Podsumowanie prac w konkursie Daj Się Poznać 2017. Wynik: 42 tyś wyświetleń, Healthy With VS i Bad Word Detector w Markecie Visual Studio, a także wiele merytorycznych wpisów odnośnie tworzenia dodatków do IDE od MS.
Daj się poznać 2017 2188 dni, 17 godzin, 25 minut temu 16 źrodło rozwiń
Trzeci wpis z serii krótkich artykułów dotyczących procesu tworzenia aplikacji w Xamarin.Android i Xamarin.iOS na podstawie istniejącej aplikacji napisanej w Xamarin.Forms. Tym razem obsługa listy, custom Adapter i prezentacja gotowej aplikacji.
Daj się poznać 2017 2187 dni, 17 godzin, 46 minut temu 27 źrodło rozwiń
Written by Dawid Sibińskion In this post, we’re going to see how to provide a nice Android UI control for selecting the date using DatePickerDialog. The dialog looks as follows: DatePickerDialog It may be opened e.g. when clicking on a button in the app, as I used it in MoneyBack. Creating DatePickerFragment First of all, we will implement the dialog to be displayed within DialogFragment. Doing that our dialog will be able to be displayed as independent piece of UI on the top of any Activit...
Daj się poznać 2017 2189 dni, 15 godzin, 26 minut temu 6 źrodło rozwiń
Drugi wpis z serii krótkich artykułów dotyczących procesu tworzenia aplikacji w Xamarin.Android i Xamarin.iOS na podstawie istniejącej aplikacji napisanej w Xamarin.Forms. Tym razem TabLayout.
Daj się poznać 2017 2189 dni, 15 godzin, 26 minut temu 46 źrodło rozwiń
W wielu projektach jedną z funkcji jest importowanie danych z plików. Proces ten zwykle wygląda tak: ładujemy dane z pliku, sprawdzamy poprawność i przetwarzamy dane. Deweloperzy często mają różne opinie co do tego, która biblioteka jest lepsza do załadowania danych z pliku. Ale czy to najważniejsze? Co zrobić, jeśli import potrzebuje obsługi różnych typów plików? Na przykład: .csv, .xls, .xlsx. Fileo to fasada, która umożliwia łatwe ładowanie danych z różnych typów plików do jednej struktury. Wystarcz...
Welcome to the eighteenth episode of my course “Becoming a software developer” in which we will finalize the basic CRUD for the Driver type, implement extension methods for the repository and build custom middleware in order to deal with exceptions.
Next article for Get Noticed competition where I show how to access GitHub using REST API and show information on programmist dashboard - TeamScreen
Daj się poznać 2017 2194 dni, 23 godziny, 49 minut temu 45 źrodło rozwiń
Written by Dawid Sibińskion 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). One-to-many, many-to-oneOne-to-many relationships are used in general for parent-children or whole-elements relations. Classic examples are: bus and passengers, document and elements etc. One-to-many relationship means that the one-end entity knows about its children and many-end entity has a reference (foreign key) to its pa...
Daj się poznać 2017 2194 dni, 23 godziny, 49 minut temu 105 źrodło rozwiń
Seria krótkich artykułów dotyczących procesu tworzenia aplikacji w Xamarin.Android i Xamarin.iOS na podstawie istniejącej aplikacji napisanej w Xamarin.Forms.
Daj się poznać 2017 2188 dni, 17 godzin, 25 minut temu 76 źrodło rozwiń
TypeScript daje nam możliwość dekorowania kodu podobną do tej, którą mamy w C# w postaci atrybutów. Czy oba mechanizmy są tym samym, czy jednak czymś się różnią ?
Written by Dawid Sibińskion In this second short post from SQLite-Net Extensions series, we’re going to see how to create one-to-one relationships using this tiny ORM. One-To-One This is the simplest type of database relationship. An example could be vehicle and registration certificate – each vehicle has one and only one registration certificate, and one registration certificate is associated with one and only one vehicle (excluding some extraordinary law rules in other countries that I don’t k...
Daj się poznać 2017 2198 dni, 11 godzin, 47 minut temu 20 źrodło rozwiń
Pracujesz nad grą na urządzenia mobilne ? To Ci się może przydać! Implementacja prostej animacji monety w Xamarin.Android
Daj się poznać 2017 2197 dni, 7 godzin, 33 minuty temu 25 źrodło rozwiń
Zobacz jak w praktyce wyglądają wbudowane animacje do przejść pomiędzy kontrolerami w Xamarin.iOS.
Daj się poznać 2017 2197 dni, 7 godzin, 33 minuty temu 13 źrodło rozwiń
Written by Dawid Sibińskion 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. What is SQLite-Net Extensions ? As you develop any mobile app, sooner than later you need to keep your app’s data in some persistent storage. In my MoneyBack project I’ve chosenSQLite database using SQLite.NET library for performing operations on it. This is ...
Daj się poznać 2017 2198 dni, 11 godzin, 47 minut temu 48 źrodło rozwiń
Another post for Get Noticed competition where I describe progress on TeamScreen. This time - how to create team info plugin.
Daj się poznać 2017 2199 dni, 16 godzin, 11 minut temu 5 źrodło rozwiń
Welcome to the seventeenth episode of my course “Becoming a software developer” in which we will mostly talk about the boundaries and responsibilities of the application services. Eventually, we will implement some helper code to automatically assign the authenticated user id to the given command.
Crash Reports & Analytics czyli podstawowe funkcje Mobile Center ze stajni Microsoft i ich konfiguracja w istniejącej aplikacji.
Daj się poznać 2017 2197 dni, 7 godzin, 33 minuty temu 28 źrodło rozwiń
Niedawno opublikowałem wpis na temat instalacji biblioteki SignalR w projekcie ASP.NET Core z wykorzystaniem Angulara. Dzisiaj chciałem kontynuować ten temat na przykładzie z mojego projektu. Zademonstruję działającą implementację po stronie serwera.
Daj się poznać 2017 2199 dni, 16 godzin, 11 minut temu 97 źrodło rozwiń
Wtyczka do Visual Studio monitorująca czas i zdrowie dewelopera już coś zaczyna sobą reprezentować. Postanowiłem zatem dodać rozszerzenie do marketu, aby każdy mógł zainstalować ją w swoim IDE i zgłosić wszelakie błędy i uwagi. W tym poradniku przedstawię sposób na umieszczenie wtyczki do Visual Studio w Markecie.
Daj się poznać 2017 2201 dni, 19 godzin, 29 minut temu 13 źrodło rozwiń
In this article, I’d like to guide you through the development process of the simple application named Depot. It was created for my presentation about using .NET Core in practice, which is a part of .NET Core Tour. The overall journey will last 10 steps, so get ready.
Programowanie rozproszone 2202 dni, 20 godzin, 23 minuty temu 77 źrodło rozwiń