Android or Java Keywords or short form
POJO = Plain Old Java Object →
Gson →
Gson is a Java library that can be used to convert Java Objects into their JSON representation.
It can also be used to convert a JSON string to an equivalent Java object.
Gson is an Open Source project, which can be found under
https://github.com/google/gson
The webpage provides a convenient download link.
JavaLibrary-Gson/article.html
Json = JavaScript Object Notiation (JS + ON) →
Json (or javascript object notation) is a great way to transfer data over the web or persist data to disk. ...
There are a couple of ways to work with json on Android. You can use the standard Java/Android libraries, Google's GSON library, or FasterXML's Jackson (Jackson) library.
Moshi →
Moshi is a modern JSON library for Android and Java.
https://github.com/square/moshi
inflater / layoutInflater →
GPS: →
Acronym for Plain Old Java Object.
POJO, or Plain Old Java Object, is a normal Java object class (that is, not a JavaBean, EntityBean etc.) and does not serve any other special role nor does it implement any special interfaces of any of the Java frameworks. This term was coined by Martin Fowler, Rebbecca Parsons and Josh MacKenzie who believed that by creating the acronym POJO, such objects would have a "fancy name", thereby convincing people that they were worthy of use.
Related slanbg: POJI, short for plain old java interface. It is used to enforce the idea of developing an API against interfaces instead of implementations.
Gson →
Gson is a Java library that can be used to convert Java Objects into their JSON representation.
It can also be used to convert a JSON string to an equivalent Java object.
Gson is an Open Source project, which can be found under
https://github.com/google/gson
The webpage provides a convenient download link.
JavaLibrary-Gson/article.html
Json = JavaScript Object Notiation (JS + ON) →
Json (or javascript object notation) is a great way to transfer data over the web or persist data to disk. ...
There are a couple of ways to work with json on Android. You can use the standard Java/Android libraries, Google's GSON library, or FasterXML's Jackson (Jackson) library.
Moshi →
Moshi is a modern JSON library for Android and Java.
https://github.com/square/moshi
inflater / layoutInflater →
GPS: →
Global Positioning System
মন্তব্যসমূহ
একটি মন্তব্য পোস্ট করুন