Milagaia's Blog
my notebook
20 September, 2014
Could not establish secure channel for SSL/TLS with authority
›
There is a WCF service in a test machine and it uses https. It has a self signed certificate for the machine dns. Every time I called the we...
12 September, 2014
Sharing a local photo to Facebook on Android using Facebook SDK
›
Most of the steps depicted here can be found on Facebook Developers page but sharing a photo while showing the share dialog isn't fu...
27 December, 2013
Java REST API HTTP Helper
›
To ease up on HTTP calls I've build a helper that takes care of their inner workings. package com.milagaia.helper; import java.io.IOE...
05 December, 2013
Stock Me Up! by Coding Buffalo
›
These last couple of months I've been working with a friend on a new app for managing stock portfolios which we're publishing today ...
22 September, 2013
Serviço Educativo
›
In the past two and a half months I've been in charge of a new solution called Serviço Educativo . It's main goal is to organize an...
19 June, 2013
Custom fonts in Android (Part 3 of 3) - Memory leaks and FontsHelper
›
As reported here in issue 9904 there is a memory leak if we call Typeface.createFromAsset() multiple times as the fonts are kept open. To...
Custom fonts in Android (Part 2 of 3) - Setting font in xml
›
The objective is to have the following xml: <?xml version="1.0" encoding="utf-8"?> <com.demo.LinearLayout ...
›
Home
View web version