Group: Jeti

Sort: popular | newest
Some commands to simplify the very verbose process of specifying layout parameters at runtime.
Last Release on Sep 28, 2017

2. Serialize3 usages

io.jeti » serializeApache

A super simple serialization library which exposes a simple Serialization API and provides a concrete Serializer using Javas built-in Serializable support.
Last Release on Oct 4, 2017

3. Streams3 usages

io.jeti » streamsApache

Some convenience classes for dealing with streams.
Last Release on Oct 2, 2017

4. LinAlg2 usages

io.jeti » linalgApache

A package of linear algebra interfaces with many default methods. If you are not developing your own matrix package, then you typically will not include this package. Rather, you should find a concrete implementation. This package is meant to provide interfaces so that it is easier to drag and drop different implementations.
Last Release on Sep 28, 2017

5. Matrix1 usages

io.jeti » matrixApache

A concrete, pure-java implementation of the Jeti matrix interfaces.
Last Release on Apr 23, 2018

6. Java1 usages

io.jeti » javaApache

A collection of all of the Java jeti.io packages, excluding Android-specific packages in io.jeti:android. If you want both, then use the package io.jeti:all.
Last Release on Oct 4, 2017

7. Editables1 usages

io.jeti » editablesApache

Some UI elements for editable fields.
Last Release on Sep 29, 2017

8. Terminal1 usages

io.jeti » terminalApache

A terminal view for Android applications.
Last Release on Oct 11, 2017

9. Typefaces1 usages

io.jeti » typefacesApache

A simple class for dealing with Typefaces in Android. Although you typically will put ttf files in your assets folder, this class lets you put them in res/raw, which is necessary if you want to ship fonts in libraries.
Last Release on Sep 29, 2017

10. Arduino1 usages

io.jeti » arduinoApache

An Android Firmata library.
Last Release on Sep 28, 2017

11. Collections1 usages

io.jeti » collectionsApache

Unmodifiable and immutable java collections that ensure compile-time correctness by not offering mutable operations (like the default java unmodifiable classes).
Last Release on Sep 28, 2017

12. Android1 usages

io.jeti » androidApache

A collection of all of the jeti.io packages that are Android-specific. This excludes the pure Java libraries in io.jeti:java. If you want both, then use the package io.jeti:all
Last Release on Oct 4, 2017

13. Jeti UI1 usages

io.jeti.ui

Group Jeti UI
Group Jeti LinAlg

15. All

io.jeti » allApache

A collection of all of the jeti.io packages.
Last Release on Oct 5, 2017

16. Gson

io.jeti » gsonApache

Some convenience wrappers which interface Gson with jeti.io packages.
Last Release on Oct 4, 2017

17. Wireless

io.jeti » wirelessApache

Some convenience classes for dealing with wireless connections between devices.
Last Release on Apr 23, 2018

18. Components

io.jeti » componentsApache

Some useful Android components (Activities, Services, etc.).
Last Release on Oct 4, 2017
Group Jeti Utilities
Group Jeti Arduino