Hi, this is yet another tutorial associated with json parsing in android. Let us see how can we parse a json array for which the key is not known be…
This tutorial is basically a walkthrough of some common admob errors. You might have come across these issues at least once during admob sdk integra…
It takes an immense amount of hard work to build an android application and then subsequently maintain it in playstore(or any other similar marketpl…
We might have come across json responses which are having unknown key names. For example, a single response may output different key names when invo…
Being android developers, we might have at least one time come across this issue >> javax.net.ssl.SSLHandshakeException: javax.net.ssl.SS…
Usage Scenario : We may have often connected our client side apps to a lot of web servers. We may build our apps this way easily, but how can we e…
Making apps are always hard work. This includes days/months of testing and feature iterations. Implementing ads can be one solution where your work …
In this tutorial, let us have a short walkthrough of a series of tips which i have noted while implementing google admob in my android applications …