
Search In
Gson is a java library which converts Json to Java object and vice versa.
This blog is about how we can parse Json data to Java Object where keys are dynamic created.
1. Json Sample text is:-
{
"data": {
"status_code": "101",
"feeds": {
"
In the below example I have created Floating Action Button Animations. Here I have added four FloatingActionButton, then in second step I have created button_open, button_close ,rotate_forward, rotate_backward xml layouts in a
Get last query run in Cakephp 2.x :
There is a situation when we need to check what was the last query which was executed in Cakephp. My purpose for writing this blog is to provide you the solution for this as I was also stuck here.
I wanted to get
Apps are here, they are there, he is using, she is using, they all are using and they all want to develop one for their own. The questions that bugs people is which platform to pick really, how to process, what to take care of, and what to avoid. The
Hello readers, Toady in my blog i have tried to create a simple phone number picker using CSS and JavaScript.
While filling many online forms besides names and emails, contact information filed is also essential part to be filled by the user
We know uploading a video on server is a time consuming task but by using third party libraries we can compress video file faster.
There are many libraries available but this one is good, you don't have to add any ndk with this lib :
FFmpeg4And
What is MVP:- MVP(Model View Presenter) is the best software design patterns for Android. MVP separates the application into three layers:
Model: This holds the actual business logic of the application. which will allow us to perform and man
By using below code I have implemented GridView animation in android. When you click on any image On Grid View, Image will zoom like popup. In below Adapter class I have used Animator class and I have created a zoomImageFromThumb method for zooming i
To integrate your iOS app with Facebook for allowing login from Facebook, Share and other features we need integration by Facebook login SDK. So in this tutorial I am providing you simple steps to integrate Facebook Login SDK using swift in
Hello Friends,
If you are new in WP and you would like to use short code, get the knowledge of this as below.
Short code is a simple piece of code use in POST or PAGE to invoke set of functionality. For example Contact Form 7 provide
[contact-for
