Skip to content

szn0212/SmallProject

 
 

Repository files navigation

SmallProject

This project was created to try to build the smallest as possible app, using the MVP architecture. Written in Java.

  • Clean project(res + proguard): 24kb
  • Project + Picasso = 78kb

Let's start the Proguard!

  • (Project + Picasso + Dagger + OkHttp)*Proguard = 24kb :D
  • (Project + Picasso + Dagger + OkHttp + LoganSquare)*Proguard = 85kb :(

Gotchas

  • The project needs to remove the locationListener, this adds 100kb for the app.
  • This is written in Java, Hardly I will can reduce the size of the app...

Libraries

  • Dagger 2
  • Picasso
  • OkHttp
  • LoganSquare

Developed By

Add me to Linkedin

License

Copyright 2015 Pedro Paulo de Amorim

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Misc

WinRar

About

Actual size: 130kb!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%