Examples of Android applications
-
Updated
Feb 6, 2020 - Java
{{ message }}
Examples of Android applications
A helper for releasing from gradle up to bintray
An app to discuss your favourite emojis. This is a sample app built with Firebase.
Where ideas & concepts are born & incubated
Observes network connection status & gives callbacks
A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures
Easy setup of static analysis tools for Android and Java projects.
Easy Espresso UI testing for Android applications using RxJava.
Handy commands for testing Android on CI
Extended SQLite functionality for Android
Easy integration of Chrome Custom Tabs into your project. Just connect it to your activity, and navigate to the external website styling your tab as you wish.
Never again need a .utils. package yur scurvy sea dogs!
Keep your secrets secret. External build properties support for your Gradle scripts.
Examples of ios applications http://www.novoda.com/blog
UI tools to help make your Android app accessible.
Simple XML Parsing into Domain Objects
Code generation for Java/Android database access.
A simple implementation of PagerAdapter that supports Views.
Novoda will be showing you CI in action at our Droidcon London booth!
Your simple sliding viewpager tab strip: a landing strip without the fluff!
GitHub open source landing page
Github reports for a given organisation
Add a description, image, and links to the novoda topic page so that developers can more easily learn about it.
To associate your repository with the novoda topic, visit your repo's landing page and select "manage topics."
Problem
We have quite a few models and we have to generate the hashcode, equals and toString whenever we decide to update them.
Potential Solution
Introduce
Auto-Valueto have our model classes auto-generated with hashcode, equals and toString whenever we perform a build.Impact
Less maintenance when adding a new field to a model.