Native Fragment vs. Support Fragment vs. Androidx Fragment
or…
Freelance Android Expert. Lifelong-Learner. Minimalist. Thinker.
Intrigued by ideas, exciting projects, finance & investing, books, armchair philosophy, composing, writing, classical music, and even better conversations.
Seeking to be inspired, to envision the unlikely, to work hard for things that are worth it, and to be surrounded by those who bring out the best in me... Maybe that's you?
or…
This article is all about power-saving features in Android. It might be worth a read when you want to learn more about Doze Mode, App Standby and App Standby Buckets. If you are already familiar with these concepts… well, then…...
As an Android developer, what comes first to your mind when you think about background processing in Android? Maybe the concept of Service, Intent Service, Bound Service, Foreground Service, AsyncTask, LoaderManager, HandlerThread, RxJava, Kotlin Coroutines, Executor Framework, JobScheduler, … much...
In diesem Artikel möchte ich die noch verhältnismäßig neue Programmiersprache Kotlin, auf eine möglichst leicht verständliche Art und Weise näher bringen.
Foreword
What is Exynap?
These Android Interview Questions have been designed carefully in such a way to achieve a good preparation for any Android interview. It is also a knowledge base for the most important concepts in Android development. Good luck in your Android...
Greenrobot’s EventBus is a tiny library that allows publish-subscribe style communication between components without requiring the components to explicitly register with one another.
Was ist Git?
Introduction
Hintergrund
Implementierung Sortierung innerhalb von Hibernate lässt sich am einfachsten über das Criteria-Objekt abbilden.
Hintergrund
Allgemein log4j ist ein Logging-Framework in Java. Es gilt aktuell als der De-facto Standard hinsichtlich Logging-Frameworks und findet abseits zu Java auch in einigen anderen Programmiersprachen seine Ableger.
Allgemein Wer Git nutzt kennt vermutlich das Problem: Gerade zu Beginn eines neuen Projektes werden etliche Dateien zum “commit” “vorgeschlagen” bzw. stören im Umgang mit Git, die keineswegs im Repository landen sollen.
Implementierung Die @Async-Annotation stellt eine Möglichkeit unter Spring dar, den Aufruf einer Methode asynchron zu behandeln. Dies bedeutet, dass der Aufruf der annotierten Methode unmitellbar mit der weiteren Programmausführung fortfahren kann.
Hintergrund
Hintergrund
Implementierung Grundsätzlich gilt, dass wenn mittels dem Default-Konstruktor ein DateTime-Objekt erzeugt wird, die Systemzeitzone des Benutzers verwendet wird.
Inhalt