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 articleThe 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
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
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 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
Bir önceki makalemde algoritmalarda karmaşıklık analizinin ne olduğunu ve en iyi ve en kötü senaryoların hangi durumlarda ortaya çıktığından bahsetmiştim. Bu makalede ise algoritmaların Big-O (Büyük-O) analizini nasıl ya
Read article
While solving any problem in daily life, we resort to different ways. In the same way, it is possible to produce more than one solution to a certain problem in computer science. Of course,…
Read article
Önceki makalelerimden birinde algoritmalara kısa bir giriş yapmıştım. Bu makalede ise algoritmaların karmaşıklık analizi nedir sorusuna birlikte yanıt arayacağız. Algoritmaların karmaşıklık analizi , bir algoritmanın çal
Read article
Algorithms are the steps of the process that are followed in a way designed to solve a certain problem or achieve a certain goal. In other words, it means a set of rules (instructions)…
Read article
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
It is possible to earn money by adding AdMob ads to your Xamarin.Forms applications. However, to do this, you must first create Dependecy classes for each ad unit on native platforms and then call…
Read article
Xamarin.Forms uygulamalarınıza AdMob reklamları ekleyerek para kazanmanmanız mümkündür. Ancak bunu yapabilmek için önce yerel platformlarda her bir reklam birimi için Dependecy sınıfları oluşturup sonra bu sınıfları Xama
Read article
In mobile applications, it is important to have permanent data. Because mobile applications are not a web application, they may not always be connected to the internet. In such cases, it is better to…
Read article
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
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
Kaynak Sözlükleri XAML görünümlerini özelleştirmek için oluşturulan kaynakların deposudur. Bu kaynaklar arasında görünüm öğelerinin renkleri, kontrolleri, veri şablonları gibi özellikleri bulunur. Yani bir görünüm öğesin
Read article
Shell yapısı Xamarin.Forms uygulamalarında gerekli olan birçok temel özelliği sağlayarak mobil uygulamaların karmaşıklığını azaltır. Shell sayfa yapısı Tabbar özelliği ile uygulamada alt gezinti çubuğu oluşturu ve görsel
Read article
Toast mesajları uygulama içerisinde kullanıcının eylemlerinden sonra gösterilen geri bildirimlerdir. Görüntülenen mesaj kısa bir süre ekranda kalır ve kendiliğinden kaybolur. Varsayılan olarak, ekranın altında yatay olar
Read article
Bu yazımda Xamarin.Forms ile daha önceden geliştirdiğim Hava Durumu uygulamasına SQLite ile yerel veritabanı ekleyeceğim. 1) Xamarin.Forms projenize SQLite eklentisini yükleyin Öncelikle, Xamarin.Forms projenizde SQLite
Read article
Bir Xamarin projesinde görünümleriniz için degradelere, kenarlıklara, yuvarlatılmış köşelere ve gölgelere ihtiyacınız varsa, PancakeView eklentisi tam size göre. PancakeView eklentisi ile mevcut Xamarin.Forms denetimleri
Read article
Mobil uygulamaların başlaması biraz zaman alır. Özellikle bir uygulama cihazda ilk kez çalıştığında kullanıcı ana sayfa açılmadan önce bir süre bekler. Siz de geliştirdiğiniz uygulamalarda ana sayfa açılıncaya kadar geçe
Read article
Bu yazıda Malzeme Teması konusuna daha yakından bakacağız. Android platformundaki yerleşik temaları ve Xamarin.Forms’un varsayılan temasını birlikte inceleyeceğiz. Ve son olarak, Xamarin.Forms’da özel bir tema oluşturup
Read article
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
Mobil uygulamalarda bazen görünümlerin bağlantılı bir şekilde hareket ettiğini veya bir UI öğesinin dinamik olarak güncellendiğini görmüşsünüzdür. Bu tür etkileşimler bir uygulamanın kullanıcı deneyimini artıran faktörle
Read article
İster bir Xamarin projesi ister bir Web projesi olsun, Microsoft teknolojisini kullanan her geliştiricinin NuGet paketlerini kullanmayı öğrenmesi gerekir. Çünkü platformların kendi kontrolleriyle yapılabilecek olan özell
Read article
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
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
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
In Xamarin applications, we sometimes see that the views move in a connected way or a UI element is updated dynamically. We can also do this in our own applications. How Does? Of course…
Read article
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
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
Postman is a REST Client designed for back end developers. Many software developers use this REST Client to share, test, document and monitor APIs. It is one of the most preferred options among developers…
Read article
In this article, we will apply the scaffolding technique in the ASP.NET Core Web API that we have created before, and add the existing database to the project and perform CRUD operations. By using…
Read article
Here you will learn the structure and importance of the Web API project created with ASP.NET Core 3.1. The Main method in the Program.cs file in the project is the starting point of the…
Read article
I will show you how to develop and test web services using ASP.NET Core. At the end of this post you will learn how to create a web API project and test it in…
Read article
I will explain with examples how to add data to the tables we have created and how to add or delete this data, etc manually.
Read article
There are many database management systems available to store data. The most popular of these are MySQL and Microsoft SQL Server. In this post, I will show you how to create a database with…
Read article
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
We all know popups. We use popups when the user needs to confirm or reject a selection. Or sometimes we display it in the middle of the screen to show warning messages. Thus, we…
Read article
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
In this post, I will show you a simple application of currency converter in Xamarin.Android. It will be an application that will write the amount of foreign currency to be converted and in which…
Read article
When developing an Android application, you may sometimes need to take images from the device's camera and use it. You may even want to store these images on the device. And by specifying the…
Read article
In this post, I will show you how to add an image we selected from the gallery on the Xamarin.Android platform into ImageView. Our motivation is to create a contact page and add people…
Read article
I will get the data from the service and then show this data in ListView. Here, the number of patients, recovered, deaths, etc. for each country are shown.
Read article
Presenting data on graphs is a good solution to increase the user experience in the applications you develop. So you get more readable and visually beautiful views. Make sure that the end user is…
Read article
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
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
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