Re: [Dhis2-devs] DHIS2 and Tableau

2016-02-01 Thread Nhan Cao
son> https://play.dhis2.org/demo/api/reportTables/tWg9OiyV7mu/data.json <https://play.dhis2.org/demo/api/reportTables/tWg9OiyV7mu/data.json> Yours sincerely, Nhan Cao nha...@yeskone.com > On Feb 2, 2016, at 12:35 AM, Rodolfo Melia wrote: > > Hi Nhan - this is great - your

[Dhis2-devs] [Android] Sdk method count

2016-02-06 Thread Nhan Cao
Hi all, I have problems when I integrate fabric into my project. UNEXPECTED TOP-LEVEL EXCEPTION (the dex 65K method limit). I try to set multidex but it's not stable, some feature not found class rx occur. So I create new default app and include sdk for test method of sdk, it's bit number: 57894 me

Re: [Dhis2-devs] [Android] Sdk method count

2016-02-07 Thread Nhan Cao
using more annotation or not common declare (like reactiveX, dagger, retrolamda, ... ) it will not work stable, sometime will crash with no reference error. That why I'm not continue with that solution and try to review and do anything about reduce method. Yours sincerely, Nhan Cao nha..

Re: [Dhis2-devs] [Android] Sdk method count

2016-02-08 Thread Nhan Cao
some lib and refactor code and temporary success. Noticed: in one app, can't not use dagger2 and dbflow concurrent without proguard, should be separate module. Thank you all. Yours sincerely, Nhan Cao nha...@yeskone.com > On Feb 8, 2016, at 4:31 PM, Araz Abishov wrote: > >