We already know how to create dialogues and use Dart. In the last article of this series, we will finally get to the creation of a more complex app. We’ll also discuss how to tackle the support of a platform dependent app. Let’s do this!
eMan Blog
Self-service is the future of customer care
2018-06-13“To repeat the selection, press star.” Automated voices and being on hold tend to irritate most of us. For quite a long time, self-service apps were considered a nice plus but nowadays they are becoming the foundation of outstanding customer care. Why is that and what can be done about it?
Localization with to-the-room accuracy fast and easy (4/4)
2018-06-07The last article of this series will present the fingerprinting method. It does not use actual fingerprints but rather prints of wireless networks around a building. This will allow us to determine a location with a to-the-room accuracy in the building. Let’s see how it’s done!
Let’s Develop a Mobile App in Flutter (2/3)
2018-05-25Language Dart you need to know if you want a Flutter flow. That’s why we’ll have a look at how to write and design in Flutter. We’ll answer the basic question: Why does it work cross-platform? And we’ll also call a native service for the given platform.
How to develop apps for a smart TV while trying not to cry (3/3)
2018-05-23What puzzles are to be solved when designing the architecture of a TV app? What stack is good to use? In the last article of this series we’ll present approaches, tools, and frameworks for smart TV app development. We’ll also share 7 first hand tips that may come in handy.
How to develop apps for a smart TV while trying not to cry (2/3)
2018-05-17The difference between a mobile app and an app for a smart TV is huge. This article will present the life of a smart TV user. We’ll focus on their comfort while navigating through the app. Find out how to define the navigation around the app and what features cannot be missed.
Localization with a to-the-room accuracy fast and easy (3/4)
2018-05-11This and the next article will present localization in buildings using wireless networks. Let’s start with multilateration that is used by the army, for example. How does it work, how can we use it and what should we look out for?
How to develop apps for a smart TV while trying not to cry (1/3)
2018-05-03For most developers and designers, apps for smart TVs are one big mystery. Discussion forums are empty and everyone is keeping their know-how a secret. Paving the way was not easy but we managed! And now, we’ll show you how to go about it.
Let’s Develop a Mobile App in Flutter (1/3)
2018-04-23Flutter is a mobile framework for the development of multiplatform native apps, so from one code we will get an app that can run on Android as well as on iOS. It is a similar experiment to Xamarin from Microsoft a few years ago. In this series, we will create an app in Flutter and show you how it all works.
Kotlin – Introduction to Anko for Android (4/4)
2018-04-18In the last article of this series we will learn how to create an Anko DSL layout in a fragment. We’ll also learn how to use the RecyclerView component, again using the DSL definition.