
- #BOXEE REPOSITORIES 2015 HOW TO#
- #BOXEE REPOSITORIES 2015 APK#
- #BOXEE REPOSITORIES 2015 FULL#
- #BOXEE REPOSITORIES 2015 FOR ANDROID#
Backward compatibility in Android OR How I made a 2.2 Android APK run under 1.5!.I'm going to talk about remote controlling Boxee. My Boxee Remote OR How Cool is Open Source!įor the last year I've been using Boxee as my media center application, and it rulez!!11!.
#BOXEE REPOSITORIES 2015 FOR ANDROID#
So, what better than a fingerpainting app for Android to play with while on the flight? I also wanted to bring papers and crayons for her to paint with, but didn't want to totally vandalize the airplane :) I brought a dull (a.k.a Julia), and a toy stroller for Julia (fun fact: in the UK, stroller is called 'pushchair') , In preparation for a five hours flight with my year and a half daughter Hagar, I thought of all kind of toys I could bring along so the confined space wont drive her nuts
Fingerpainting app for Hagar OR Multitouch sample code. I'm working on a new feature for AnySoftKeyboard, where it will 'hint' the user about what lays behind long-pressing a key. Font Metrics in Java OR How, the hell, Should I Position This Font?!. In App Purchase Verification using PHP OR Making sure you ain't getting ripped off, PHP style!Īt SpeakingPal we offer our apps for free, and provide customers ways to extend content availability via in-app purchase. The crashes were due to OutOfMemoryError (a.k.a, OOM), which usually means a memory leak in Android ( why? Unlike a desktop, an Android device has very little heap to play with and leaking will fill that little space quickly), I started to look for them. But this time, all the crashes were of the same nature, and were many, about 5-10 a day. It usually happens - mostly because I forget to test a feature, or just because the specific device decided it is time to crash ( it happens, really! The floor is crooked). Android Memory Leaks OR Different Ways to LeakĪ few weeks ago I released version 85 of AnySoftKeyboard and soon after, crash reports started to hit my email box. #BOXEE REPOSITORIES 2015 HOW TO#
Your is another: how to brand the EdgeEffect glow, ah? I can hardly look at an App these days without pulling on my hairs and scream “God, oh God, why would they use inconsistent, non-brand colors!” Lately, I’ve become sort of branding obsessed colors, font sizes and types, UI language, they all seem so important to me,
Branding the EdgeEffect aka Hit the Wall with Your Own Color. To utilize higher API levels features successfully. Mostly, it worked fine, and I was able to use FrankenRobot Up until recently, AnySoftKeyboard was supporting Android devices all the way back to 1.5 in a single APK. Multiple API Level APK Release a.k.a I'm Done With Legacy. Robolectric has reach a big milestone recently: V3-rc2, so it was time Migrating to Robolectric v3 a.k.a Just Work, Dear God, Just Work!. This is very confusing, and always causes problems when pushing a commit for merge. I work on a few projects right now, some using the Android code-style and some their own. Tabs to Spaces in a GIT repo a.k.a If everyone is Doing It, I'm Doing It Too. One such offloading I’ve done lately, is versioning the APK. I can offload something to a script, I just do it. I’m super lazy, and I get bored really quickly with repeating tasks. One of the features missing is proper and complete support for Maven remote artifacts (aar and jar) and locally hosted Support Library artifacts. That was intriging enough to get me to try it out, and immediately realizing that the platform is not complete. #BOXEE REPOSITORIES 2015 FULL#
Wait, It Doesn't Have Full Dependency Resolution Support!?īuck is Facebook’s super fast build system. Maven and Support Library Artifacts in Buck a.k.a.
I’m going to have a few posts about Bazel in the journy to convert a project into Bazel from Gradle. Bazel is the open-source version of Google’s internal Blaze build system (and for the record, During that process, I also refined the CI/ CD process and wanted to give an overview of the process and the logic behind that. Recently, I’ve merged several AnySoftKeyboard repositories into a monorepo/monolithic-repository - I’m a believer in the monorepo process. Let Me Explain Myself… - Programming tricks, software design, and system architecture blog