forked from Tc2r1/Dev_Interview_Prep_App
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comments on Android Summit 2022 live Tc2r1#148
- Loading branch information
AndroidLion48
committed
Oct 25, 2022
1 parent
5af24a5
commit 81a75f2
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Android Culture and Service | ||
I was delighted to see and learn Android's vision for an inclusive culture thats greatly based around helping other for common good of the community. Hearing how invested Android is to serve it's growing and diverse community of developers is truly confidence inspiring. Android is taking strong consideration potential complications present for developers, and taking strong efforts to simplify software development using the tools they provide. | ||
|
||
## Goal | ||
Building and Improving every part of your app through regular updates to Libraries. | ||
|
||
Baseline profiles: | ||
40% Startup Time Improvement | ||
|
||
Compose for Wear OS: | ||
50% Increased growth rate of installations "Todoist" | ||
30% time decrease of development "Outdooractive" | ||
|
||
|
||
## Compose Preview Annotation | ||
Annotate any composable funtions. | ||
Provides visual renderings of a preview imitation for iteration on UI without running the App. | ||
|
||
- Status Indication of the preview panel. Keeps up notified if the preview is up-to-date. | ||
|
||
- The Preview is interactive | ||
- Animations preview capable | ||
- Seemless Language application integration | ||
|
||
# Modern Android App Architecture pathway | ||
https://developer.android.com/courses/pathways/android-architecture?hl=en |