Zurück zum Blog

Tag: android

Droidcon 2021 in Berlin

Alina Jaud

Julian Heetel

02.11.2021
Auf der 12. droidcon Berlin fanden sich die führenden Android-Experten der Branche vom 20. bis 22. Oktober 2021 zusammen. Die drei Konferenztage waren mit 30- bis 60-minütigen Vorträgen gefüllt. Im Folgenden beschreiben wir unsere Erfahrungen zu den Talks und abschließend ein Fazit, welche Erkenntnisse und Inspirationen wir von der Konferenz mitnehmen konnten.
Weiterlesen

Java Deep Dive – class file format for debug information

Max Ullinger

14.03.2019
We are developing Apps for Android and one important aspect of our pipeline is automated device testing using Espresso. My co-worker recently had to debug an Android test that would fail on only one of our various devices.
Weiterlesen

Android: Installing multiple variations of the same app on one device

Tobias Knell

01.12.2016
This post is bit of a follow up to my last post on how to build an app for multiple environments and local development using build types and product flavors. We…
Weiterlesen

Android: Building APKs for different environments using build types and product flavors

Tobias Knell

17.08.2016
Different build types in android can be used to build the same application with different configurations. This can be predefined config values like ‘debuggable’, but you can also define your…
Weiterlesen

Building Android projects with maven – part 2: Releases with maven

Tobias Knell

18.09.2013
In my previous post, I showed you the basic setup for android with maven using the android-maven-plugin. Now I’ll show you how to configure it to make releases with maven,…
Weiterlesen

Building Android projects with Maven – Part 1: Setup

Tobias Knell

13.09.2013
Building and managing Android projects with maven is not as easy as it could be. So in this blog, I’ll show you how we managed to get it work nicely.…
Weiterlesen

Android: size depending orientation lock

Tobias Knell

18.01.2013
We had a case in an internal app, where on Phones only the Portrait mode should be possible and on Tablets only the Landscape mode. So I googled a bit…
Weiterlesen

A small look into Google Cloud Messages

Tobias Knell

08.01.2013
Within the scope of some Android R&D I took a look at Google’s Cloud Message Service, GCM. Well, the starter guide at http://developer.android.com/google/gcm/gs.html is almost all you need to get started,…
Weiterlesen

Android: Expandable ListView

Tobias Knell

07.12.2012
In today’s tutorial I’d like to show you how to implement a ListView, that only displays a limited number of entries. With a button at the end of the list,…
Weiterlesen

synyx besucht die MDC 2012 in Stuttgart

Joachim Arrasz

08.11.2012
Dieses Jahr hatte unsere Mobile Developer Reisegruppe das Glück die MDC 2012 quasi vor der Haustüre, nämlich in Stuttgart, vorzufinden. Das machte den Besuch natürlich noch viel reizvoller. Darüber hinaus…
Weiterlesen

Android 2.1 SQLite: problem with QueryBuilder and Distinct

Tobias Knell

22.05.2012
In a recent project I encountered a problem with SQLite on android 2.1. On later versions, my code worked perfectly, but on 2.1 it crashed every time when trying to…
Weiterlesen

Android: ListView with rounded corners

Tobias Knell

21.11.2011
In my last project I needed to implement a ListView with rounded corners, because the app had to be supplied for Android and iPhone and they needed to look somewhat…
Weiterlesen

Evaluating Mobile Multiplatform Frameworks

Tobias Knell

27.06.2011
For an upcoming, probably large mobile project, I was asked to look at the current situation on mobile multiplatform frameworks that cover at least Android and iOS and provide access…
Weiterlesen

Android: RoboGuice against onCreate boilerplate

Florian Krupicka

17.09.2010
When prototyping Android activities with a lot of view elements, the onCreate method can quickly become cluttered. Setup code that simply retrieves the views from the declarative layout (by using…
Weiterlesen

I think I spider 1.0 released

David Linsin

11.09.2010
Today we are proud to present our own very first App (it’s actually our second Android App) that made it to the App Store and Android Market – I think…
Weiterlesen

Mobile Solutions – Summary

David Linsin

10.09.2010
It has been a while since my last update on our efforts over at the mobile solutions blog. The most important announcement was without any doubt the imminent release of…
Weiterlesen

Android resolution and layout problems

Tobias Knell

08.09.2010
During the process of developing I think I spider we discovered various problems regarding Android’s different resolutions. Here you can see which problems we encountered and how we solved them:…
Weiterlesen

On cross-device mobile development – Part 2

Florian Krupicka

07.09.2010
In the previous part of this series we took a look on how to develop mobile applications with plain HTML, CSS & JavaScript (furthermore refered to as the web stack). A…
Weiterlesen

On cross-device mobile development – Part 1

Florian Krupicka

13.08.2010
Once in a while a demand for fast development of a mobile application for several platforms at once comes up. Your team of developers might be small or knowledge about…
Weiterlesen

Human Maier! We are in Beta!

David Linsin

30.07.2010
Our little pet project “I think I spider” is almost ready to be thrown out into the wild! That means we are running a closed beta for iOS devices for…
Weiterlesen

I think I spider

David Linsin

26.07.2010
We are working on a fair number of Apps here at our mobile team and today we are proud to announce one of them: I think I spider! The “I…
Weiterlesen

Mobile Solutions – Summary

David Linsin

16.07.2010
There’s a lot going on over at the mobile solutions blog, so in case you are not subscribed to our feed, which I hope you are, you can grab it…
Weiterlesen

Android and self-signed ssl certificates

Tobias Knell

24.06.2010
Dealing with self-signed ssl certificates is a real pain, because it’s not that simple to add them in your app and let android accept them. But fortunately, there’s a workaround…
Weiterlesen

Routing / Driving directions on Android – Part 2: Draw the route

Tobias Knell

16.06.2010
After you got the route from wherever, you probably want to draw it on a MapView. But how to do it? That’s what I will show you now. Create a…
Weiterlesen

Routing / Driving directions on Android – Part 1: Get the route

Tobias Knell

14.06.2010
Complementary to Sebastian’s posts about how to navigate with the MapView and how to add customized overlays to it, I want to show you, how you display the route between…
Weiterlesen

Performance optimization in Synyx Sudoku

Tobias Knell

28.05.2010
Now that SynyxSudoku has been on the market a little while, I want to tell a little about what kind of measurements we took to optimize the performance of it.…
Weiterlesen

In my humble opinion — FroYo rocks!

Joachim Arrasz

26.05.2010
FroYo (Frozen Yoghurt) is the name Google gave its new Android 2.2 Release. FroYo is like each previous version a mixture between API Changes, new Userfeatures and some new cool…
Weiterlesen

User statistics from SynyxSudoku

Tobias Knell

10.05.2010
First of all, I was quite surprised as i saw that 70% of the SynyxSudoku users that uploaded their highscores have also agreed to send us their device specific data,…
Weiterlesen

SynyxSudoku update to version 1.02

Tobias Knell

10.05.2010
There were a few little things that had to be changed on SynyxSudoku after the release, so today we uploaded an update to the version 1.02. Here’s a quick changelog:…
Weiterlesen

Google Maps on Android – Part 2: Overlays

Sebastian Heib

07.05.2010
In my last post about Google Maps on Android I showed you how to use the basic navigation features of google maps, like moving the map to a defined area…
Weiterlesen

Google Maps on Android – Part 1: Navigation

Sebastian Heib

30.04.2010
Integrating a google map on android is quiet simple – how to do this basically is shown in the tutorial on the android developer site. Showing the map itself is…
Weiterlesen

Release of SynyxSudoku

Tobias Knell

22.04.2010
We are proud to announce, that our sudoku app, “SynyxSudoku” is now available on the android store. And best of all: It’s completely free of charge ! (except for your traffic costs,…
Weiterlesen

Sudoku on Android

Tobias Knell

15.04.2010
Here’s a quick preview of our upcoming sudoku app on android: [youtube S_wjWf7V660] The layout has yet to be polished a little, but altogether the app is nearly finished.
Weiterlesen

Welcome

David Linsin

26.03.2010
This is the inception of Synyx Mobile Solutions. In the near future we’ll blog here about a wide range of topics in the mobile space. No matter if it’s Google’s…
Weiterlesen