Android Testing Blueprint
People from Google are sure that automated testing of Android apps is extremely useful and every developer should do it....
View ArticleA private maven repository for android in 30 min
A very nice tutorial in which author shows how to create a private maven repository to be able to upload your own...
View ArticleNon-public resources in Android Studio + Gradle 1.3
Chris Banes shares his example of non-public resources in Android Studio and Gradle 1.3. If you’ve skipped a DevByte’s video...
View ArticleFlux Architecture on Android
Another variant of architecture for building Android Apps – Flux Architecture. This kind of architecture is used by Facebook to create...
View ArticleToken based authentication using Retrofit 1.9 + OkHttp 2.4
A very useful tip about a mechanism to store an access token and refresh it late when you use Retrofit and OkHttp....
View ArticleHow to generate Java sources using buildSrc Gradle project and Codemodel
A great example of generating Java-sources in compile time. A case which is considered in this example: if you need...
View ArticleExploring Google Eddystone with the Proximity Beacon API
Several days ago Google announced release of their cross-platform BLE Beacon format. In this article Joe Birch looks at what...
View ArticleTabLayout: Android design support library
In a new article about Android Support Design Library, Alex Zhukosky tells us about TabLayout and how to use it to...
View ArticleFragmentedPodcast: 014 – Effective Java for Android developers : Item 1
In this episode of FragmentedPodcast Joshua Bloch’s book “Effective Java” is on the carpet and its the very first item: Consider providing...
View ArticleBranded launch screen: the new splash for Android
If you follow the content of Material Design Specs, you’ll probably notied that there is an update to it that recomends...
View ArticleLaunch Screens: From a Tap to Your App
Cyril Mottier shares a presentation of his talk about how to implement a launch screen for an Android app. Link...
View Article