Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

AndroidAppInitLib

Android App Init library for use initial or common files which developer need to add or create in most of all android application or project.

Single layout design for all resolutions

This library is also use for design only layout xml file for all resloutions. Developer needs to given width/height usign JDP.

  • For example, Generally we use below code for give width to layout, imageview or any other component.

android:layout_width="16dp",

  • Developer needs to do small change in deceleration for single layout design xml for all mobile device resolutions.

android:layout_width="@dimen/_16jdp"

Material Colors

  • Use all material colors from colors.xml.

Apply Material Colors Styles

  • Apply any material color styles to application or activity from styles.xml(Themes rules as per Material Design guidelines)

About

Android App Init library for use initial or common values in android application.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors