The complete archive · 2020—today

Ideas tested in code, then written down.

Search 47 practical articles in English and Turkish. Every article, image, category, and original URL has been carried forward from the WordPress archive.

Showing 47 articles

Drumify Privacy Policy

Oct 23, 2023English · 4 min

Privacy Policy Serkan Şeker built the Drumify app as a Commercial app. This SERVICE is provided by Serkan Şeker and is intended for use as is. This page is used to inform visitors regarding…

Read article

ChordS Privacy Policy

Jul 11, 2022English · 4 min

Privacy Policy Serkan Şeker built the ChordS app as a Commercial app. This SERVICE is provided by Serkan Şeker and is intended for use as is. This page is used to inform visitors regarding…

Read article

Xamarin.Android SnackBar Example

Sep 20, 2021English · 4 min
Xamarin.Android SnackBar Layout

Although SnackBar functionally resembles Toast messages, it stands out with a few features. For example, we can add a button to the SnackBar, or we can drag it away from the screen whenever we…

Read article

Big-O Notation in Algorithms

Sep 14, 2021English · 5 min
Big-O Complexity Chart

Big-O notation is one of the most important tools we use to measure the performance and time complexity of an algorithm we designed. In other words, it is the language and metric we use…

Read article

Algoritmalara Kısa Bir Giriş

29 Ağu 2021Türkçe · 5 min
Algoritma Nedir

Algoritma , belli bir problemi çözmek veya belirli bir amaca ulaşmak için tasarlanan yola, takip edilen işlem basamaklarıdır. Diğer bir ifadeyle, beklenen sonuçları elde etmek için bir işin nasıl yürütüleceğini adım adım

Read article

Xamarin.Forms Custom Font Family

Feb 16, 2021English · 4 min
Xamarin.Forms Custom Google Fonts

In this article, I will explain the use of custom fonts in your Xamarin.Forms applications and how to use platform-specific font. So, let’s started. Follow the steps below in order. 1) Download the font(s)…

Read article

Xamarin.Forms Resource Dictionaries

Feb 14, 2021English · 8 min
Xamarin.Forms View Specific Resource Dictionaries

Resource Dictionaries is a repository of resources created to customize XAML views. These resources include properties of view items such as colors, controls, data templates. So when you want to customize a view element,…

Read article

.NET MAUI Nedir? Xamarin.Forms’un Evrimi

25 Oca 2021Türkçe · 6 min
.NET MAUI'ye Giriş

Microsoft her yıl Windows, Windows Phone, Microsoft Azure ve diğer Microsoft teknolojilerini kullanan geliştiriciler için yaptığı Microsoft Build konferansını 2020 yılının Mayıs ayında yaptı. Bu konferansta mobil uygulam

Read article

Syncfusion Community License Key

Jan 15, 2021English · 6 min
Create Free Syncfusion Account

Syncfusion is a software company that creates software components and tools for the Microsoft .NET platform, including user interfaces and reporting tools. It includes more than 1600 components and frameworks for Windows Forms, WPF,…

Read article

Install and Manage NuGet Packages

Jan 7, 2021English · 9 min
Manage NuGet Packages

With the importance of code sharing, Microsoft's Visual Studio also created its own sharing platform: NuGet. NuGet Package Manager, which is directly integrated into Visual Studio, has offered the code packages of 3rd parties…

Read article

What is .NET MAUI? Evolution of Xamarin.Forms

Dec 1, 2020English · 7 min
MAUI, Introducing dotnet multiplatform app ui

Microsoft held its annual Microsoft Build conference for developers using Windows, Xamarin, Microsoft Azure and other Microsoft technologies in May 2020. This conference had important news for mobile application developers. .NET Multiplatform App UI,…

Read article

Xamarin.Forms MVVM Pattern

Oct 29, 2020English · 5 min
MVVM Pattern in Xamarin.Forms Apps

MVVM (Model - View - ViewModel) model separates the business and presentation layers of an application from the user interface. This separation helps make testing, maintenance, and development of an application easier. Naturally, it…

Read article

Swagger API Documentation Tool

Oct 25, 2020English · 4 min
Download NSwag.AspNetCore NuGet Package

Do you need documentation showing how developers and customers will use web API projects? And you think how to document your API. Don't worry, there are several tools that do this. The most preferred…

Read article

Animated Splash Screen

Sep 8, 2020English · 5 min
lottie animation assests folder

We usually see plain splash screens in mobile applications. But what should you do if you want to view an animated splash screen? Here, this post is for you. Alternatively, you can make your…

Read article

Xamarin.Forms ListView Grouping

Aug 30, 2020English · 7 min
Install Syncfusion.Xamarin.SfListView Plugin

Grouping sequential data to reduce data complexity after connecting data to ListView in mobile apps is a good solution. We often see this when enumerating saved contacts in phonebook and messaging applications. It may…

Read article

Xamarin.Forms Display Toast Message

Aug 2, 2020English · 4 min
Xamarin Forms Display Toast Message

While developing a mobile application, do you sometimes need to send feedback to the user after his actions? Even without disturbing the functioning of the application. It is possible to do this with Toast…

Read article

Xamarin.Forms ProgressBar

Jul 28, 2020English · 6 min
Install Syncfusion ProgressBar Plugin

We show it sometimes on the screen or in the notification bar to show any progress within the program. For example, when downloading a file, what percentage of the download is in the notification…

Read article

Xamarin.Forms CarouselView

Jul 25, 2020English · 5 min
Xamarin.Forms-CarouselView

Our motivation in this post, get first five news from newsapi and show it in a CarouselView. Also, I used PancakeView plugin to make beautiful design. You can learn how to use PancakeView from…

Read article