Have you skills in CSS, HTML and JavaScript coding? If you know these three language then you can develop your native android app easily. Today in this blog post I am going to tell you how to develop native android apps using JavaScript, HTML and CSS code. How to build android app using HTML, JavaScript […] Read More
Today I am going to show you how to add text block over an image using CSS code. Suppose you have an image in your HTML page and now you want to add a text over the image. For example here is the HTML code: <div class="textonimage"> <img src="images/city-sunlight.jpg" /> <h2><span>Text over image<br/>With transparent black […] Read More
In this tutorial I will show you how to make the div element height and width 100% so that it will fit the browser window height and width using CSS code. This code will be very us.... Read More
Android tutorial to learn how to build compass application in android studio. Now in this blog post, I am going to make a very simple application which shows the direction like Nor.... Read More
When a developer coding in Java, it can be found several time that she/he needs to convert Integer to String. If you are new in Java then you may also still don’t know how to.... Read More
I have a WordPress blog where I found many users was creating their account on my WordPress site using different types of email which were unrecognized. Most of the people use Gmail, yahoo email. So most of the registered users should register with these email providers. But I was shocked, how most of the users registering […] Read More
Today we are going to learn how to show or hide elements for logged in users in WordPress theme. We will filter content for logged in users in WP theme. Show content only for logge.... Read More
Here in this post I am going give you simple android WebView code to open a website through an android app. The WebView class is a built-in extension of Android’s View class that allows you to display web pages as a part of your activity layout. If an android developer wants to add browser functionality for browsing […] Read More