Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.23 KB

README.en.md

File metadata and controls

60 lines (33 loc) · 1.23 KB

AndroidStudy

Description

Android study repository, Corresponding course URL: https://www.icourse163.org/course/JSSVC-1449806164

Development Environment

Android Studio 3.5.3 | 3.6.1

gradle-5.4.1 | 5.6.4

compileSdkVersion 29

buildToolsVersion "29.0.2"

JDK8

Installation

Use Android Studio to Open or Import Project

WeChat Official Accounts

输入图片说明

Directory Specification

Activity:Activity

--ActivityBase:Basic of Activity

--ActivityLifeCycle:Lifecycle of Activity

--ActivityDataTransfer:Activity Data Transfer

--ActivityDataBack:Activity Data Back

AdvancedView:Advanced View

--ExpandListViewTest:The Applicaton of ExpandableListView

--ListViewTest:The Applicaton of ListView

AndroidThread:AndroidThread

--HandleMessage:Basic of Handler

--RunOnUiThread:The Applicaton of RunOnUiThread

BluetoothWaterLamp:Smart Bluetooth WaterLamp

HelloAndroid: The first Android App Project,The Applicaton of Logcat

Layout: Layout

SelectorTest: Background

SimpleView:Simple View

ViewBindingTest:ViewBinding,need to run on Android Studio 3.6.0 or later

ViewPagerTest:ViewPager