Skip to content
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.

nesterchung/android-begin

Repository files navigation

Build a App.

Prepare Project

theme, colors, styles.

Theme

  1. styles.xml and styles.xml(24), colors.xml

create Custom Theme extends Theme.AppCompat.Light

  1. styles_views.xml and styles_views.xml

create styles_views.xml and styles_views.xml(24)

and in styles_views.xml , we separate part by Labels, Buttons, Layouts..

  1. colors.xml

    in colors we define color code here

MV(P|VM) Architecture

MVP

we should create package by feature, ex: xxx.notes, xxx.user Create interface Contract, Contract.View, Contract.Presenter

Activity to create Presenter and View Fragment as a View

Mock ans Production Flavor

Release and debug

Unit testing setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages