CategoryFramework

How to use json with java

H

Is it possible to use json in combination with java? The answer is yes! You can easily parse json objects to java objects and vice-versa. To do so, you can use Google’s framework ‘gson’:

Maven dependency

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
</dependency>

Mobile application development resources

M

If you are looking for all kinds of mobile app development resources and tools. Then you must have look at Mobile Tuxedo (). On this website you can find all kinds of resources and tools to develop and design mobile web applications. I’ll give you a short list of some resources there are available: Prototype apps Mobile design App builders Icons Mobile app frameworks Grid frameworks UI...

Tag Cloud

Categories