Android:一個(gè)完整app開發(fā)流程

一.給出功能文檔

二.APP架構(gòu)選擇

可選MVP梢什,MVVM

三.APP目錄結(jié)構(gòu)設(shè)置

本app基于mvp架構(gòu)买置。除了mvp架構(gòu)的文件榆浓。
還包含下面的文件夾:
ui (下面根據(jù)Activity劃分)
widget (自定義dialog等)
base (BaseActivity菩混,BaseFragment)

四.劃分Activity與Fragment

有側(cè)滑欄死相,tab的一般用fragment

五.分辨率適配

設(shè)置sw-360dp,sw-480dp等不同的dimension目錄融求,根據(jù)百分比計(jì)算dp值。


image.png

六.三方庫使用

bindview使用butterknife算撮,不同組件通信使用EventBus生宛,定時(shí)使用RxJava,崩潰收集bugly

七.自定義view

按鈕樣式:
使用selector

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true" android:drawable="@mipmap/ic_button_b_pressed"/>
    <item android:drawable="@mipmap/ic_button_b_normal"/>
</selector>

按鈕背景色肮柜,包括顏色和圓角

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="#ff9ca4b1" />
    <corners android:topLeftRadius="@dimen/dp_12_dp" android:topRightRadius="@dimen/dp_12_dp" android:bottomLeftRadius="@dimen/dp_12_dp" android:bottomRightRadius="@dimen/dp_12_dp" />
</shape>

八.布局方式

使用ConstraintLayout陷舅,直接使用標(biāo)注的值來做,最簡單审洞,不要用百分比莱睁。使用layout_constraint,layout_margin完成所有布局预明。

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:paddingBottom="@dimen/dp_24_dp"
    android:layout_height="wrap_content"
    android:background="@drawable/base_bg_dialog1">

    <TextView
        android:id="@+id/textView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="8dp"
        android:layout_marginTop="@dimen/dp_24_dp"
        android:layout_marginEnd="8dp"
        android:text="@string/tip"

        android:textSize="@dimen/sp_20_sp"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />


    <TextView
        android:id="@+id/tv_content"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="8dp"
        android:layout_marginTop="@dimen/dp_24_dp"
        android:layout_marginEnd="8dp"
        android:layout_marginBottom="@dimen/dp_24_dp"

        android:textSize="@dimen/sp_19_sp"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/textView" />

    <TextView
        android:id="@+id/tv_cancel"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/dp_24_dp"
        android:layout_marginRight="@dimen/dp_60_dp"
        android:padding="@dimen/dp_10_dp"
        android:text="@string/cancel"

        android:background="@drawable/bg_text_button2"
        android:textSize="@dimen/sp_19_sp"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toStartOf="@+id/tv_sure"
        app:layout_constraintHorizontal_bias="0.5"
        app:layout_constraintHorizontal_chainStyle="packed"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/tv_content" />


    <TextView
        android:id="@+id/tv_sure"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/dp_24_dp"
        android:padding="@dimen/dp_10_dp"
        android:text="@string/sure"

        android:textSize="@dimen/sp_19_sp"
        android:background="@drawable/bg_text_button2"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintHorizontal_bias="0.5"
        app:layout_constraintStart_toEndOf="@+id/tv_cancel"
        app:layout_constraintTop_toBottomOf="@+id/tv_content" />

</androidx.constraintlayout.widget.ConstraintLayout>

在AndroidStudio直接肉眼布局缩赛,Android可以選擇不同的分辨率機(jī)器耙箍,水平或者垂直進(jìn)行預(yù)覽


肉眼布局法

九.編譯系統(tǒng)配置

配置sdk版本
配置abi

十.圖片配置

使用藍(lán)湖進(jìn)行圖片的協(xié)助撰糠。提供m,h,x,xx等不同分辨率的圖片


image.png
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市辩昆,隨后出現(xiàn)的幾起案子阅酪,更是在濱河造成了極大的恐慌,老刑警劉巖汁针,帶你破解...
    沈念sama閱讀 211,123評(píng)論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件术辐,死亡現(xiàn)場離奇詭異,居然都是意外死亡施无,警方通過查閱死者的電腦和手機(jī)辉词,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,031評(píng)論 2 384
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來猾骡,“玉大人瑞躺,你說我怎么就攤上這事敷搪。” “怎么了幢哨?”我有些...
    開封第一講書人閱讀 156,723評(píng)論 0 345
  • 文/不壞的土叔 我叫張陵赡勘,是天一觀的道長。 經(jīng)常有香客問我捞镰,道長闸与,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,357評(píng)論 1 283
  • 正文 為了忘掉前任岸售,我火速辦了婚禮践樱,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘冰评。我一直安慰自己映胁,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,412評(píng)論 5 384
  • 文/花漫 我一把揭開白布甲雅。 她就那樣靜靜地躺著解孙,像睡著了一般。 火紅的嫁衣襯著肌膚如雪抛人。 梳的紋絲不亂的頭發(fā)上弛姜,一...
    開封第一講書人閱讀 49,760評(píng)論 1 289
  • 那天,我揣著相機(jī)與錄音妖枚,去河邊找鬼廷臼。 笑死,一個(gè)胖子當(dāng)著我的面吹牛绝页,可吹牛的內(nèi)容都是我干的荠商。 我是一名探鬼主播,決...
    沈念sama閱讀 38,904評(píng)論 3 405
  • 文/蒼蘭香墨 我猛地睜開眼续誉,長吁一口氣:“原來是場噩夢啊……” “哼莱没!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起酷鸦,我...
    開封第一講書人閱讀 37,672評(píng)論 0 266
  • 序言:老撾萬榮一對(duì)情侶失蹤饰躲,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后臼隔,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體嘹裂,經(jīng)...
    沈念sama閱讀 44,118評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,456評(píng)論 2 325
  • 正文 我和宋清朗相戀三年摔握,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了寄狼。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,599評(píng)論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡氨淌,死狀恐怖泊愧,靈堂內(nèi)的尸體忽然破棺而出狡逢,到底是詐尸還是另有隱情,我是刑警寧澤拼卵,帶...
    沈念sama閱讀 34,264評(píng)論 4 328
  • 正文 年R本政府宣布奢浑,位于F島的核電站,受9級(jí)特大地震影響腋腮,放射性物質(zhì)發(fā)生泄漏雀彼。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,857評(píng)論 3 312
  • 文/蒙蒙 一即寡、第九天 我趴在偏房一處隱蔽的房頂上張望徊哑。 院中可真熱鬧,春花似錦聪富、人聲如沸莺丑。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,731評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽梢莽。三九已至,卻和暖如春奸披,著一層夾襖步出監(jiān)牢的瞬間昏名,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,956評(píng)論 1 264
  • 我被黑心中介騙來泰國打工阵面, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留轻局,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,286評(píng)論 2 360
  • 正文 我出身青樓样刷,卻偏偏與公主長得像仑扑,于是被迫代替她去往敵國和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子置鼻,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,465評(píng)論 2 348

推薦閱讀更多精彩內(nèi)容