Walking Tree

uwp-application-with-different - WalkingTree Blogs

09 Mar: Packaging UWP Application with more than 25GB Data

UWP has a limit on the maximum size of a given bundle. Using standard packaging strategy, we cannot package the app with more than 25 GB of data. While this works alright in most of the cases, there are applications which require a huge amount of data to exist locally. This article explains a solution for such applications.

Creating-Big-Data-applications 1 - WalkingTree Blogs

06 Feb: Adding Guillotine Menu to Xamarin.Android Application

I’m sure you must have come across newest menu animation called Guillotine. In this, the menu Side bar becomes a Top bar as shown in below animation, where it drops down from the top of the page and gives a feeling of a Guillotine. Currently, this capability doesn’t exist off-the-shelf in Xamarin.Android. As part of this article, we are going to explain how to get this working in your Xamarin.Android application.