Skip to content

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

License

Notifications You must be signed in to change notification settings

jalotsav/AndroidAppInitLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published