Author: Ebubekir Sezer

Sunday August 25th, 2019

Google Play Console – Updating App With New Signing Key

Hello, I was published an application on the Play Store which was developed by Xamarin forms and the name of the application is Kolay Çeyiz. After a while, I was had to change my laptop and I did not know I was have to keep the the information of the application(KeyStore), so i lost the informations. I was would like to update my application in the Play […]

Thursday August 15th, 2019

Xamarin.Forms – Netflix

Hello, Today, I will try to make Netflix mobile application design using Xamarin.Forms. Netflix is the one of the most popular application nowadays and I think Netflix has a elegant mobile design. Thanks to Xamarin.Forms, I can make the design same time in the iOS and Android platforms. Firstly, I opened the Xamarin.Forms project and I tried to make 4 screens of the Netflix. When we opened the […]

Tuesday August 13th, 2019

Swift App – iOS Calculator Part-2

In the previous article, I wrote the design of the iOS Calculator. In this article, I will try to write the idea of the how calculator work in the iOS Calculator. Firstly, I opened the project which we created before. In the project, I go ViewController.swift and then i add the operation buttons, number buttons and the result label from MainStoryboard. @IBOutlet weak var resultLabel: UILabel! override […]

Wednesday July 24th, 2019

Swift App- iOS Calculator Part-1

Hello, When we develop an application, UI(User Interface) is really important. To having a better user interface will make more users. When we develop an iOS Application and we put an object in the screen, It can be seen different on the different iPhone version because of the screen size. To fix this problem we use different options, I create constraints for the fix problem. In this […]

Friday July 5th, 2019

Swift App – Fruitrise

Hello, I made a really basic swift application. The name of the application is Fruitrise. When you open the application first, you will see a suprise box and to open this box you can use the button(Open) or you can shake your iPhone and when the box is opened you will see a surprise fruit. This is the idea of the application and i will try to […]

Friday July 5th, 2019

VMware MacOS iPhone Connection

Hello friends, I was install the MacOS to my pc. The reason i install the MacOS to my computer is, i want to develop iOS applications and test these apps to my iPhone. I installed the MacOS with no problem with VMware and then i installed the Xcode. When i connect the my iPhone to pc, i realized that Xcode and iTunes does not recognize the my […]

Wednesday May 1st, 2019

Decision Tree

Decision Tree is a machine learning algorithm which you can make the classification and raegression. Implementation of this algorithm very easy. In decision tree algorithm, Decision were made by looking at the value which given at the start. The given root separated to the two branches and process goes with these branches. I want to make prediction using by the decision tree algorithm. I have a dataset which […]

Saturday March 30th, 2019

Xamarin.Forms Video Player

Hello, When we are making projects sometimes we may need to put video player to your application or maybe you develop a projects for the playing video applications. In some projects which i developed with Xamarin.Forms, i need to put an video player and for the putting an video player i made some steps. After these steps i can easily play videos on my projects. […]

Tuesday March 5th, 2019

Machine Learning – Linear Regression

Artificial intelligence is going to be one of the biggest helper for us in the future or now. If you are interesting the Artificial Intelligence, we need the know some knowledges about the AI. To have knowledge about the AI, we have to know some knowledges about the Machine Learning. In this article, I am going to talk about the Linear Regression. Linear Regression Regression […]