Build Android App Using Your HTML, CSS and JavaScript Skills

Build Android App Using Your HTML, CSS and JavaScript Skills

By Faruque Ahamed Mollick | January 1, 2017

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

How to add text block over an image using CSS code?

How to add text block over an image using CSS code?

By Faruque Ahamed Mollick | December 28, 2016

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

CSS div element height and width 100% to fit browser window

By Faruque Ahamed Mollick

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

Simple compass code with Android Studio

By Faruque Ahamed Mollick

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

How to convert Integer to String in Java easily?

By Faruque Ahamed Mollick

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

Allow registration for certain email domain on WordPress

Allow registration for certain email domain on WordPress

By Faruque Ahamed Mollick | December 21, 2016

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

WordPress code – show/hide for logged in users in theme

By Faruque Ahamed Mollick

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

Simple Android WebView code for accessing a website within app

Simple Android WebView code for accessing a website within app

By Faruque Ahamed Mollick | December 17, 2016

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

Related Posts