Tuna Akgul

Personal Works and My Blog Article

  • About Me

English Articles

How to Download a File From URL in Android (With Java)

November 11, 2016 / Leave a Comment

Download operation is an async task in android. So our download function must extends AsyncTask class. My download example will be with a progress bar because i want to follow download operation. For see progress bar i used a Dialog.

Posted in: English Articles Tagged: android download, android download file

Bootstrap Grid System Example

November 8, 2016 / 2 Comments

Bootstrap is a back-end framework which is developed by Twitter. It has a grid system for make responsive web design. This system divides 12 part to page. In this way we can design web pages with mobile first principle. There are classes for every screen size:

Posted in: English Articles Tagged: bootstrap, bootstrap grid, grid system, responsive grid

Create a JSON Example Data on PHP (from MySql)

November 8, 2016 / Leave a Comment

We create a test database and create a table (for example: user). Then We add some data to it.

Posted in: English Articles Tagged: json, json mysql, php json

Simple-Circular-Priority Queue Data Structures on C#

March 19, 2016 / Leave a Comment

Queue is a data structures. That’s principle is FIFO (first in first out). This aspect similar to stack data structures. We will use 3 class and 1 interface. Firstly we are creating our interface.

Posted in: English Articles Tagged: circular queue, data structure, priority queue, queue, queue data structures, simple queue

Audio Play on Button Click Event in Android

March 18, 2016 / Leave a Comment

Android provides audio play in our application to us. For this we must write some code and copy an audio file on our project. Firstly we create a directory in project resources (res) directory. This name can be “raw”. Then we are copying audio file to this folder. I assuming audio file’s name “test.mp3”.

Posted in: English Articles Tagged: android audio, android play audio, android sound play, android studio play

An Example of Linked List Data Structures on C#

March 13, 2016 / Leave a Comment

Linked list is a useful data structure. In fact sometimes it is compulsory. So i will share an example for linked list with you. Firstly we create a c# project. Then we need three class. These Node.cs, LinkedList.cs and LinkedListADT.cs. (ADT’s mean is Abstract Data Type.)

Posted in: English Articles Tagged: abstract data type, ADT, data structure, linked list

Grab Any Data on a Web Site Source with PHP

March 11, 2016 / Leave a Comment

Hi everybody. If we want to grabbing any data on a web site source, we can use preg_match or preg_match_all function on PHP. Preg_match function is grab a data that can find first data and as preg_match_all function grab all data that can find datas. For example: Our HTML page’s(for example http://websiteaddress.com/test.html) source code:

Posted in: English Articles Tagged: grab data, php matchs, preg match, preg match all

Hello world! – My First Blog Article

March 11, 2016 / Leave a Comment

Hi everybody. This is my personel blog. I will write my works for sharing with you on this site. for turkish visitors: Herkese merhaba. Burası benim kişisel bloğum. Bu sitede sizinle paylaşmak için çalışmalarımı yayınlayacağım.

Posted in: English Articles, Türkçe Yazılar

Recent Posts

  • How to Download a File From URL in Android (With Java)
  • Bootstrap Grid System Example
  • Create a JSON Example Data on PHP (from MySql)
  • Simple-Circular-Priority Queue Data Structures on C#
  • Audio Play on Button Click Event in Android

Recent Comments

  • Volkan Şahin on Bootstrap Grid System Example
  • burak on Bootstrap Grid System Example
  • özel web on PHP ile Bir Kaynaktan Veri Çekme

Archives

  • November 2016
  • March 2016

Categories

  • English Articles
  • Türkçe Yazılar

Copyright © 2021 Tuna Akgul.

Me WordPress Theme by themehall.com