Do you need a better understanding of the steps considered when creating an app, with updates and the ongoing advertising and marketing? Well you wouldn’t be on this page if you weren’t. Let Visual Design give you a little insight into the steps and phases we implement on every app project that we are commissioned to undertake. Have a read… Each app is completely different, however our tried and tested mobile app development process is…
Monthly Archives: February 2014
CategoriesAndroid Dev: Android ViewPager inside a ScrollView
ViewPager scrolling downside. I truly like Android ViewPager component. It can be used in so many ways: from app navigation to gallery like screens. On the other hand, ViewPager is not very useful whether or not it’s nested right proper into a container with vertical scrolling. For example ViewPager within ScrollView or ListView with ViewPager as a listing merchandise view. Say for instance: you drag the ViewPager‘s internet web page to view the next one, and aghhh the horizontal scrolling is disrupted and parent vertical scrolling begins. Why is it that…
Android Dev: Eclipse IDE “GC overhead limit exceeded”
We often consult on Android projects that need bugs and issue fixed, or more advanced features developed. When doing this, we often pull from some repo’s (SVN Repositories), and when adding these to your IDE workspace, (Eclipse IDE, in our case) an issue sometimes occurs when checking in a large or heavy sized Android project. One Android Dev: Eclipse IDE setting issue I often see is: Unable to execute dex: GC overhead limit exceeded Have you…
How to Make the New Google Maps Embed Responsive
The new Google Maps now offer you can option to embed maps in your web pages. While you are on the Google Maps website, zoom-in to an area that you wish to embed, click the Gear icon in the lower left corner and choose the Embed Maps option from the menu. This web page contains a sample map embedded using the default embed code provided by Google Maps. The embedded map is non-responsive. What it…