I've previously hinted that I was working on getting custom pages working for the launcher on the Pace - well here it is
This allows for custom home screen pages with your own content, there's very little in terms of limits. Code is standard Android Java, you just need to include a library (see GitHub) and follow the example code (the class MUST extend AbstractPlugin, again see the GitHub)
When compiled, the example code shows this on the homescreen page:
Example code and guide for use on GitHub
This allows for custom home screen pages with your own content, there's very little in terms of limits. Code is standard Android Java, you just need to include a library (see GitHub) and follow the example code (the class MUST extend AbstractPlugin, again see the GitHub)
When compiled, the example code shows this on the homescreen page:

Example code and guide for use on GitHub