Publishing Source Code of Jahamanga

As a support to Open Source Community, today i’m publishing the source code of Jahamanga(https://play.google.com/store/apps/details?id=com.antares.jahamanga) to github (https://github.com/linggom/Jahamanga)

Please enjoy it, and if have a question do not hesitate to contact me.

Specification :

  1. Develop using android studio
  2. Using gradle 2.1
  3. Using some 3rd pary library (Retrofit for REST API library, Glide for image load and caching, Parse for statistics)

regards
goman

 
1
Kudos
 
1
Kudos

Now read this

Top Coder SRM 628 Div 2 - 500 Point

If you are participate in Top Coder SRM 628 Div 2, this is solution for 500 point import java.util.ArrayList; public class BracketExpressions { public static String ifPossible(String expression){ Character [] pattern1 = new... Continue →