Top Banner
be mobile. live smarter. be mobile. live smarter. Mobil Teknolojiler
32

Balikesir University - Mobile Technologies Presentation

Aug 07, 2015

Download

Education

Can ULUDAĞ
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.be mobile. live smarter.

Mobil Teknolojiler

Page 2: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Merhaba!

Can Uludağ Kurucu Ortak - Android Developer [email protected] https://tr.linkedin.com/in/canuludag

Gökhan Gültekin Kurucu Ortak - iOS Developer [email protected] https://tr.linkedin.com/in/ismailgokhangultekin

Burak Beceren Kurucu Ortak - Account Manager [email protected] https://tr.linkedin.com/in/burakbeceren

Page 3: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

İçerik

1. Peakode Hakkında

2. Mobil İşletim Sistemleri:

2.1.Android

2.2.iOS

3. Nesnelerin İnterneti (IoT)

Page 4: Balikesir University - Mobile Technologies Presentation

Peakode Hakkında

Page 5: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Peakode, iOS ve Android uygulamaları geliştiren Bursa merkezli bir mobil yazılım şirketidir.

Peakode Hakkında

Page 6: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Geliştirdiğimiz Uygulamalardan Bazıları

Uludağ Kayak Merkezi Sesli Sözlük

Page 7: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Geliştirdiğimiz Uygulamalardan Bazıları

RouteUp Ustası Burada Bursa Yaşam

Page 8: Balikesir University - Mobile Technologies Presentation

Android

Page 9: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

SAAT TELEFON TABLET OTOMOBİLTELEVİZYON

Android, farklı ortamlarda çalışabilen açık kaynak temelli gelişmiş bir işletim sistemidir.

Android Nedir?

Page 10: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Android Geliştirici Nasıl Olunur?

Google Hesabı

$25

Java

XML

IDE

Kahve

Çay

Page 11: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Geliştirme Ortamı (IDE)Eclipse

Page 12: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Geliştirme Ortamı (IDE)

Android Studio

Page 13: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Dil Yapısı - Java

Page 14: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Dil Yapısı - XML

Page 15: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Zorlukları Nelerdir?

Çok farklı markada, ekran boyutunda ve özelliklerde Android cihazları bulunmaktadır.

Page 16: Balikesir University - Mobile Technologies Presentation

iOS

Page 17: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

iOS, başlangıçta iPhone OS olarak 2007’de tanıtılan Apple’ın mobil cihazlarında desteklediği işletim sistemidir.

iOS Nedir?

Page 18: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

iOS Geliştirici Nasıl Olunur?

Apple Geliştirici Hesabı

$99

Xcode

Objective C / Swift

IDE

Kahve

Çay

Page 19: Balikesir University - Mobile Technologies Presentation

Geliştirme Ortamı (IDE)

be mobile. live smarter.peakode.com

Xcode

Page 20: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Geliştirme Dili: Objective C

- (void)saveContext { NSManagedObjectContext *managedObjectContext = self.managedObjectContext; if (managedObjectContext != nil) { NSError *error = nil; if ([managedObjectContext hasChanges] && ![managedObjectContext save:&error]) { // Replace this implementation with code to handle the error appropriately. // abort() causes the application to generate a crash log and terminate. You should not use this function in a shipping application, although it may be useful during development. NSLog(@"Unresolved error %@, %@", error, [error userInfo]); abort(); } } }

Page 21: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Geliştirme Dili: Swift

func saveContext () { if let moc = self.managedObjectContext { var error: NSError? = nil if moc.hasChanges && !moc.save(&error) { // Replace this implementation with code to handle the error appropriately. // abort() causes the application to generate a crash log and terminate. You should not use this function in a shipping application, although it may be useful during development. NSLog("Unresolved error \(error), \(error!.userInfo)") abort() } } }

Page 22: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

iOS Geliştirici Merkezi: developer.apple.com

Page 23: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Zorlukları Nelerdir?

Macbook zorunluluğu ve Apple cihazlarının fiyatlarının yüksek olması.

Page 24: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

İş Fırsatları

Page 25: Balikesir University - Mobile Technologies Presentation

Nesnelerin İnterneti (IoT)

Page 26: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Nesnelerin İnterneti: Nedir?

Nesnelerin İnterneti "benzersiz bir şekilde adreslenebilir nesnelerin kendi aralarında oluşturduğu, dünya çapında yaygın bir ağ ve bu ağdaki nesnelerin belirli bir protokol ile birbirleriyle iletişim içinde olmaları" olarak tanımlanmaktadır.

Page 27: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Nesnelerin İnterneti: Örnekler

Apple Watch

Page 28: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Nesnelerin İnterneti: Örnekler

Ring Doorbell

Page 29: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Nesnelerin İnterneti: Örnekler

Ring Doorbell

Page 30: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Nesnelerin İnterneti: Örnekler

Fitbit Aria Wi-Fi Smart Scale

Page 31: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

Nesnelerin İnterneti: Örnekler

Fitbit Aria Wi-Fi Smart Scale

Page 32: Balikesir University - Mobile Technologies Presentation

be mobile. live smarter.peakode.com

İletişim

Teşekkür ederiz.

[email protected]