FlatBuffer Android Sample Application

This app shows how fast flat buffer works when we compare it with json.

FlatBuffers Vs JSON

Mindorks Mindorks Community Android Arsenal License

FlatBuffer is too much faster than JSON.

Check out Mindorks awesome open source projects here

Try Fast Android Networking Library for easy and fast networking

Another awesome library for debugging databases and shared preferences.

Know more about FlatBuffers (Why use FlatBuffers?)

Why use FlatBuffers

How to start with flatBuffers

$ git clone https://github.com/google/flatbuffers.git
$ cd flatbuffers

Major steps:

Find this project useful ? :heart:

GitHub stars GitHub forks GitHub followers
Twitter Follow

Contact - Let's become friend

License

   Copyright (C) 2016 Amit Shekhar

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.