Source: Make WordPress: Mobile

  • A new beta of WordPress for Android is…

    A new betaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. of…

  • Testing the Apps

    It’s important to have a good testing plan before releasing a new version of an app.  The apps are currently released to betaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close…

  • Using Git and Github

    The source code for the mobile apps is stored in git repositories and GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull…

  • General Guides

    There are some tasks that are always the same, no matter which mobile platform you are developing for.  You should follow a good testing plan. You should use source control for keeping track of changes, and you should have good habits for describing changes in commit messages. These are just a few of the many…

  • Resources

    GUI Elements & Tools iOS 7 GUI PSD by Teehan+Lax iPad GUI PSD by Teehan+Lax Windows Phone GUI PSD Windows Phone Design Downloads Android Design Downloads (Holo) Android DPI Calculator — good tool to calculate multiple graphics sizes for different densities Reference & Inspiration iOSiOS The operating system used on iPhones and iPads.: Apple’s Human…

  • GSoC – Week 7: Midterms are here – The story so far!

    How It All Started and What’s the present Scenario I got started with the project during the early stages of GSoC by getting myself accustomed to Enyo.js 2.2 which had clearly been completely overhauled from the 1.0 version. For this, I started by developing a few sample apps using Enyo.js just to get the hang…

  • Updated Mobile Handbook Todos

    Here is an updated todo list for the Mobile Handbook. I’ve put names next to some items as a suggestion of who might be a good fit for a topic and in most cases I’ve doubled up our developers since they have big demands on their time. Its not complete so please feel free to…

  • Dev chat summary for July 29, 2013

    Chat log Agenda Project Status (iOSiOS The operating system used on iPhones and iPads. and Android) Handbook Update GSoC Update REST APIREST API The REST API is an acronym for the RESTful Application Program Interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. It is how the front end of an…

  • 3.6.4 is approved and waiting for us to…

    3.6.4 is approved and waiting for us to release. I’ll release on monday because we know better than to release on a Friday 😉 Login to Reply

  • GSoC – week 6 : things get serious

    During this week I’ve realized that I should completly re-write the login process. Speaking with my mentor, he gave to me some hints and some steps to follow, to make a good login process. These steps, at a first attempt, looks simple overall, but, integrate it in Qt/Cascades was a bit hard. To be honest,…