An example of REST with Firebase in Android.
AndroidFireBase is hosted in the following web site
https://github.com/ldurazo/AndroidFireBase
If you think the Android project AndroidFireBase listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidFireBase.
Item | Value |
---|---|
Java File Count | 7 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
AndroidFireBase has the following Java source files.
com.example.ldurazo.androidfirebase.ApplicationTest.java com.example.ldurazo.androidfirebase.activities.MainActivity.java com.example.ldurazo.androidfirebase.interfaces.HttpTransport.java com.example.ldurazo.androidfirebase.models.Person.java com.example.ldurazo.androidfirebase.services.HttpTransportService.java com.example.ldurazo.androidfirebase.services.RESTful.HttpClientImplementation.java com.example.ldurazo.androidfirebase.services.RESTful.SpringImplementation.java