Android Entwickler Konferenz in Wien

Android Entwickler Konferenz Wien droidcon

Noch ein Monat, dann ist es soweit: Die droidcon Android Entwickler Konferenz findet 2016 das erste Mal in Wien statt!

Das ganze geht am 16. und 17. September 2016 an der FH Technikum Wien statt, und wird von der Google Developers Group (GDG) Vienna, den AndroidHeads Vienna und der Java Vienna Gruppe organisiert.

Auf der droidcon Vienna wird mehr als 20 Sessions in drei parallelen Tracks geben, mit mehr als 15 Stunden hochqualitativem Inhalt – Android-Entwickler-Herz, was willst du mehr? Neben den Vorträgen spielt aber auch die Community eine wichtige Rolle, so ist ein halber Tag einem Barcamp gewidmet, bei dem die Teilnehmer selbst die Themen vorgeben können.

Für wen ist die Konferenz von Interesse? Eigentlich für jeden, der mit dem Thema Android, mobile Devices und Entwicklung zu tun hat – professionelle Entwickler, Freelancer, CTOs / technische Leiter, App-Agenturen, Startups, Studenten, Hobby-Entwickler …

weiterlesenAndroid Entwickler Konferenz in Wien

Gestaffelte Einführungen in Google Play

Play Store

App-Updates mit gestaffelten Einführungen zu veröffentlichen ist ein sehr nützliches Feature im Google Play Store. Was bedeutet es aber genau?

Manchmal will man ein APK-Update für Android Apps nicht gleich an alle User verteilen. Das kann mehrere Gründe haben. Auch wenn die App sehr gut getestet ist, bleibt immer ein gewisses Restrisiko, dass es z.B. Kompatibilitätsprobleme mit gewissen Geräten gibt, oder dass es Abstürze oder ANRs (Application Not Responding) gibt. Dieses Risiko kann man minimieren, indem man die App zuerst nur für z.B. 10% aller User ausrollt. Oder man will ein neues Feature ausrollen, und zuerst das Feedback von einer Teilgruppe aller User einholen. Hier wäre allerdings zu überlegen, ob A/B Tests nicht die geeignetere Variante sind.

weiterlesenGestaffelte Einführungen in Google Play

Neuigkeiten in Google Play auf der I/O 2016: Bessere Betas, Pre-Launch Report, Benchmarks und mehr

Google Play Android io16

Google Play hat über eine Milliarde aktive User pro Monat und ist damit die größte App-Vertriebsplattform für Entwickler. Auf der Entwickler-Konferenz I/O 2016 hat Google Neuerungen vorgestellt, von denen App-Entwickler und Publisher profitieren sollen.

Verbesserungen bei Beta Tests und App Discovery in Google Play

Beta-Tests sind ein wichtiges Werkzeug für viele App-Entwickler, da sie es erlaube die Android App über Google Play mit echten Benutzern zu testen und Feedback einzuholen, bevor die App öffentlich gelauncht wird. Google hat es nun vereinfacht, offene Beta Tests zu finden und daran Teil zu nehmen: Apps, die nur als offene Beta-Versionen und noch nicht in der Produktion verfügbar sind, werden zukünftig auch in den Play-Suchergebnissen angezeigt. Nutzer werden in der Lage sein, direkt von Play Store Eintrag ein „Opt-in“ zu machen, sowie dann auch privates Feedback über den Store-Eintrag an den Entwickler schicken.

weiterlesenNeuigkeiten in Google Play auf der I/O 2016: Bessere Betas, Pre-Launch Report, Benchmarks und mehr

App Entwicklung – hybrid oder nativ?

Immer öfters stellt sich die Frage: Soll eine App nativ oder mit Hybrid-Technologie entwickelt werden? Um diese Frage beantworten zu können, können die Grundlagen sowie Vor- und Nachteile beider Varianten betrachtet werden.

Native App Entwicklung

Unter nativer Entwicklung versteht man, dass Apps in der Programmiersprache Java für Android und Objective-C bzw. Swift für iOS direkt mit den von den Herstellern zur Verfügung gestellten SDKs (Software Development Kits) geschrieben werden. Für Android steht dafür das Android Studio und für iOS Xcode dem Entwickler jeweils gratis zur Verfügung. Es gibt aber auch noch andere IDEs (Integrated Development Environments) wie AppCode von JetBrains, mit denen sich native Apps entwickeln lassen. Zusätzlich zu den beliebtesten mobilen Betriebssystem Android und iOS (iPhone, iPad) gibt es natürlich auch noch weitere wie Windows Phone und BlackBerry, welche je nach Zielgruppe ebenfalls unterstützt werden sollten.

weiterlesenApp Entwicklung – hybrid oder nativ?

Google App Indexing

Nowadays, in the hyperconnected world we live in, people want and need to access their information and services wherever they are. The usage of the smartphone instead of the desktop or laptop computer to search the web on-the-go has heavily increased in the recent years and since 2014, over 60% of the online traffic comes from mobile devices. In this context, it is more important than ever to engage the users with the right content, at the right time and through the right technology. All this while providing them with a seamless and native experience that keeps them engaged and coming back for more. This is not an easy task, but Google, through its App Indexing API provides a set of tools to help the App providers achieve the best result possible.

Google is the giant of the web search, their current worldwide mobile and tablet market share is above 92%, and just in the DACH region they are responsible for more than 96% of the searches in this category. Their search algorithm crawls the websites and creates an index of those that are found, which are later displayed to the user based on the terms he or she inserts into the search field. This makes sense on the desktop environment, but when you do a search on mobile, it would make more sense to also display results from the software already installed on the phone; but still we get links that either point to websites or to the Google Play Store App to help us discover and install new applications.

Install app from google search

weiterlesenGoogle App Indexing

App Entwickler Gruppen in Österreich

App Entwickler Gruppen in Wien und Österreich

In diesem Artikel möchten wir einen Überblick über Gruppen geben, bei denen sich lokale App Entwickler in Österreich zum Austausch treffen. Vorschläge, um die Liste zu erweitern werden gerne angenommen!

WIEN

AndroidHeads (Android)

Die AndroidHeads Vienna sind eine Android-Entwickler-Gruppe, die sich einmal im Monat – meistens im StockWerk Coworking Space – trifft. Zusätzlich sind die AndroidHeads auch Co-Organizer des jährlichen DevFest sowie der Droidcon in Wien.

Cocoaheads (iOS)

Die Cocoaheads Austria sind nach eigener Definition die freundlichste Entwickler Gemeinschaft für Mac OS X und iOS. Sie treffen sich auch einmal im Monat, nämlich jeden zweiten Donnerstag im Monat, im MetaLab in Wien.

GRAZ

Grazdroid (Android)

Grazdroid ist ein Treffen von Leuten in Graz, die sich für die Android-Plattform interessieren. Regelmässige Treffen finden in Graz statt.

weiterlesenApp Entwickler Gruppen in Österreich

Integrating Objective-C with Swift

A Small Opening

In this article we will first go through how to integrate your Objective-C code into your new Swift code, and then go on to explain the interoperability between Swift and Objective-C and to close it all we will talk about CocoaPods. That will help you to connect existing Objective-C (Cocoa) code and libraries to new Swift projects for iOS 7 and iOS 8 apps that will run on the iPhone 6 and other iOS devices.

Objective-C integration with Swift

In the last WWDC among other stuff Apple announced their soon to be programming language Swift. After all the excitement that we all went through once we read/heard about the capabilities of Swift and after rushing and downloading Xcode 6 and iOS 8 to our computers and devices, we felt like our code is sad, alone and missing our good old libraries that we always counted on. So how do we actually use our good old libraries in our new Swift projects? For the next example we’ll create a sample app called “Colors”. The app will have one screen with six buttons whose names will be a color and its negative, for example : “black on white”, ”green on pink” etc. Once a certain button is clicked, the color and its negative will be applied to the color of the button and the view. Here comes the Objective-C code, the colors will be initiated through an Objective-C code that will take a string of a hex color and return a UIColor. Let’s begin!

We create a simple view application project:
Creating a new Xcode project

weiterlesenIntegrating Objective-C with Swift

iOS 8 Document Provider extension

Extensions In General

So what are these new extensions that we all keep hearing about? In the last WWDC 2014, one of the more interesting subjects was the App Extensions, which is basically a new tool that allows different 3rd party apps to communicate with each other, or more correctly, allows them to have a controlled shared environment in order to increase the file accessibility between apps in iPhones, iPads and all the iOS system devices. Us developers can now create different extensions in our app to send, open or edit different kind of file like images, docs, pdf’s etc. A „shared folder“ for different uses and file sharing.

In The Past

Up until now, the only ways to transfer a file for example from one app to another was to find your file through a provider’s app and click the “Open in” option to send a copy of the file to another app, that can handle your file once it gets it.

weiterleseniOS 8 Document Provider extension

Changes in iOS 8 Push Notifications

iOS 8 brings some new features and changes, and among interesting changes are the new possibilities of app push notifications. In iOS 8, notifications will be a lot more interactive and will allow the user to engage with them to do certain actions without leaving the app which he or she is currently using, this gives us developers interesting range of possibilities to interact with our users through push or local notifications, for example to allow the user to post on Facebook or Twitter through the notification center, or to write back to a friend through a messaging app without even opening it. Of course with the new possibilities come the API changes, and one of them is the registering process to the APNS (Apple Push Notification Service). Although the changes are not big, they may leave a place to wonder what exactly needs to be changed in the code, in order to make it work with the API changes.

Before iOS 8, the app registration to the APNS and to push notifications was done through the method registerForRemoteNotificationTypes:(UIRemoteNotificationType), with UIRemoteNotificationTypeBadge, UIRemoteNotificationTypeAlert and UIRemoteNotificationTypeSound usually as parameters, this would tell our app that we would like to register to the APNS and to enable push notifications. The app would then ask the user if he or she would like the app to send them push notifications, on approval the method didRegisterForRemoteNotificationsWithDeviceToken would be called and from there we continued on to registering the device to our server through the device token.

In iOS 8, the method
registerForRemoteNotificationTypes:(UIRemoteNotificationType)
is no longer supported, for those of you fellow developers who already tried, I’m sure you noticed the log message you get once you use the method to register the app to push notifications. The second part of the registration to the APNS in iOS 8 stays the same, once the user approves the usage of push notifications in the App, the method didRegisterForRemoteNotificationsWithDeviceToken will be called and from there you continue as usual.

weiterlesenChanges in iOS 8 Push Notifications

iOS Navigation Drawer Solutions

iOS Navigation Drawer Solutions - Side Menu

As you may know, side navigation drawers (slide-in menu, side menu) are not implemented by Apple in their standard user interface library for iOS (as opposed to Google’s Android), nevertheless they are becoming more and more important. So naturally at some point you are going to find yourself in a situation where a navigation drawer for an iPhone App is a necessary step.

Of course you as an iOS app developer can always look online for some tutorials on how to implement yourself, which basically shouldn’t be a big problem, but you should ask yourself how much of your time would you like to invest in order to make the layout to work exactly how you planned in the first place.

If that is the case, here is a good tutorial to get you started:

http://www.youtube.com/watch?v=mdG6XpwwuwI

For of you who are looking for a faster, more elegant solution here are two cool options:

RESideMenu

iOS 7 style side menu with parallax effect inspired by Dribbble shots. It works both with and without storyboard.

RESideMenu_Demo

weiterleseniOS Navigation Drawer Solutions