All Projects → HBU → AndroidDemo

HBU / AndroidDemo

Licence: MIT License
Android 例程

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
kotlin
9241 projects
HTML
75241 projects

Projects that are alternatives of or similar to AndroidDemo

FancyTab
No description or website provided.
Stars: ✭ 15 (-21.05%)
Mutual labels:  android-development, android-studio
HouseAds2
A library ( V2 ) for cross promoting own apps within own apps - for Android
Stars: ✭ 23 (+21.05%)
Mutual labels:  android-development, android-studio
android-clean-code
Writing Clean Code in Android
Stars: ✭ 22 (+15.79%)
Mutual labels:  android-development, android-studio
AndroidDevTools
收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。
Stars: ✭ 7,284 (+38236.84%)
Mutual labels:  android-development, android-studio
android-jetpack
🚀 Road to Accelerate Android Development using Jetpack
Stars: ✭ 50 (+163.16%)
Mutual labels:  android-development, android-studio
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (+52.63%)
Mutual labels:  android-development, android-studio
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-31.58%)
Mutual labels:  android-development, android-studio
GitReposCompose
GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.
Stars: ✭ 32 (+68.42%)
Mutual labels:  android-development, android-studio
AOSP-Kayboard-7.1.2
Full functional AOSP Keyboard with glide typing
Stars: ✭ 33 (+73.68%)
Mutual labels:  android-development, android-studio
youtube-android
Source code as seen on my YouTube videos!
Stars: ✭ 35 (+84.21%)
Mutual labels:  android-development, android-studio
awesome-android-tips
😎 A curated list of awesome Android tips
Stars: ✭ 34 (+78.95%)
Mutual labels:  android-development, android-studio
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (+94.74%)
Mutual labels:  android-development, android-studio
AndroidTips
A collections of tips in Android developing.Android开发总结。我的博客:
Stars: ✭ 721 (+3694.74%)
Mutual labels:  android-development, android-studio
Android-MonetizeApp
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
Stars: ✭ 149 (+684.21%)
Mutual labels:  android-development, android-studio
Whatsapp Android App
This is sample code for layout for chatting app like Whatsapp.
Stars: ✭ 32 (+68.42%)
Mutual labels:  android-development, android-studio
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (+778.95%)
Mutual labels:  android-development, android-studio
Chat-App-Android
Chat app based on the MVVM architecture using Kotlin, ViewModel, LiveData, DataBinding and more.
Stars: ✭ 70 (+268.42%)
Mutual labels:  android-development, android-studio
locus-android
An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
Stars: ✭ 280 (+1373.68%)
Mutual labels:  android-development, android-studio
android-custom-view
No description or website provided.
Stars: ✭ 15 (-21.05%)
Mutual labels:  android-development, android-studio
androidCourseKotlin
Android Course in Kotlin
Stars: ✭ 19 (+0%)
Mutual labels:  android-development, android-studio

AndroidDemo

开发环境:Android Studio 4.0.1;Gradle 6.1.1
Ref:http://www.ryjiaoyu.com/book/details/6895#
Ref:https://github.com/guolindev/booksource

第1章 Android简介

安装Android Studio 

第2章 Android项目

实验1:第一个程序 HelloWorld

第3章 Android基本原理

Android体系结构、运行原理

第4章 Activity、Fragment以及Intent通信机制

4.1 Activity生命周期
4.3 Intent解析 & Activity的跳转

第5章 用户界面设计 

5.1 常用组件:Button、TextView、EditText、ImageView 
5.2 Layout 布局

LinearLayout、RelativeLayout、FrameLayout、TableLayout、AbsoluteLayout

实验2:登录界面制作
实验3:简易计算器
5.3 Dialog对话框 
5.4 Menu菜单 spinner下拉菜单
5.5 Toast  
5.6 Notification
5.7 ListView列表 

第6章 服务 

生命周期  绑定服务

6.1 本地服务 
6.2 远程服务 

第7章 广播 

广播的生命周期 
广播小实例1
广播小实例2 

第8章 数据存储和提供器 

8.1 SharedPreference存储 
8.2 SQLite使用 
实验:本地数据库CURD 
8.3 ContentProvider
实验:读取系统电话本
8.4 文件存储 

第9章 Android网络通信编程 

9.1 网络访问
9.2 数据解析 
实验:在远程服务获取用户数据,完成登录
9.3 获取网络状态
9.4 JavaScript与Java交互

第10章 进程与消息处理 

10.1 线程定义 
10.2 Handler和AsynTask 
实验:线程间通信
10.3 Application 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].