Author Archives: Baron

Android – Find all sdcards (internal and external)

package com.sapien.music.importer.util; import java.io.File; @SuppressLint(“NewApi”) public class StorageOptions { public static String[] labels; public static String[] paths; public static int count = 0; private static Context sContext; private static ArrayList<String> sVold = new ArrayList<String>(); public static void determineStorageOptions(Context context) { … Continue reading

Posted in android

8 things you should know before building a mobile app

Posted in Uncategorized

Updated Mobile Web App

We’ve updated the mobile web version of Talking Points. It has more of the native app features and functions now. Try it on your mobile device now: http://www.sapienmobile.com/talkingpoints/  

Posted in Mobile Web Tagged

Android Growing Fast, Still Has Room

Posted in android

The Importance of A Mobile Website.

We all know that more often than not, you only get one chance to make an impression on a client or customer, and with more and more people browsing on mobile devices, your website needs to be mobile friendly. Freelance … Continue reading

Posted in Mobile Web Tagged