This is a clone of Volley, with the relevant changes made to make it work with Square's OkHttp library. It also has Jackson integrated to provide a convenient object model.
A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.
Simple news app using Spring Android RestTemplate framework and Jackson library.
Contains a basic android project with support for both instrumentation and unit tests. Also has a couple of basic libraries (volley and jackson)
Demo app for using the Jackson JSON library with Android Studio. Created with Android Studio 3.3.1 and Jackson 2.9.4. This shows how to read and write an arraylist of objects to a JSON formatted text file on the phone's storage.
Test project using design library views and VOLLEY with json parsing using JACKSON in backend
A library that makes it easy to read lists from Firebase and JSON generators.
RetrofitWithDagger Retrofit Implementation with Dagger2 This project is demonstration on Dagger2 (Dependency Injection) using Retrofit, DataBinding and RxJava to execute network request. Retrofit is a REST Client library (Helper Library) used in Android and Java to create an HTTP request and also to process the HTTP response from a REST API. It was created by Square, you can also use retrofit to receive data structures other than JSON, for example SimpleXML and Jackson. Before we continue, let’s briefly define REST Client and REST API in our context. REST Client in our case is the Retrofit library that is used on the client side (Android) to make HTTP request to REST API. A REST API defines a set of functions which developers can perform requests and receive responses via HTTP protocol such as GET and POST. Dagger is a fully static, compile-time dependency injection framework for both Java and Android. It is an adaptation of an earlier version created by Square and now maintained by Google. RxJava is used to manage network request and response. For more references : Retrofit - https://android.jlelse.eu/consuming-rest-api-using-retrofit-library-in-android-ed47aef01ecb Dagger2 - https://www.journaldev.com/16758/android-dependeny-injection-dagger RxJava - https://proandroiddev.com/exploring-rxjava-in-android-e52ed7ef32e2
Backend micro-service representation of original android application. Utilizes JDBC, SQL, REST, JAX-RS, Jersey, Jackson libraries and Tomcat servlet containers for hosting.
Certainly! GitHub hosts a diverse array of Java programs, spanning from web applications leveraging frameworks like Spring Boot to Android apps built with Java for mobile platforms. Repositories also feature libraries such as Hibernate for ORM, utilities for JSON parsing like Jackson, and essential tools such as JUnit for testing.