The latest update of android support library came out with an interesting new layout: SwipeRefreshLayout. This layout implements the pull-down-to-refresh pattern. In this tutorial, I will show you how to create a SwipeRefreshLayout with a ListView 🙂 Important Note: Support library project must be imported to our workspace and added to our main project as […]
Mobile Development
All about mobile development
Your First Hello World App – Firefox OS Tutorial (Part 2)
Welcome back friends! I am going to teach you how to actually do the Hello World App in this post. Coding the App: Create a folder named Project. App Source Structure Project ->index.html ->manifest.webapp Let’s create our index.html: Hello World! Hello World! This is my first Firefox App 🙂 Hello World! This is my first […]
Your First Hello World App – Firefox OS Tutorial (Part 1)
In this post, I will teach you how to create your first Firefox OS App. Of course we are all familiar with Hello World. First, I would like to take note of the prerequisites of Firefox OS Development. You should, at least, be knowledgeable in the following: HTML or HTML5 CSS or CSS3 JavaScript What […]