Learn Jetpack Compose for Android by Examples. Learn how to use Jetpack Compose for Android App Development. Androidβs modern toolkit for building native UI.
. βββ com.mindorks.example.jetpack.compose/ βββ animation/ β βββ CrossFadeAnimationActivity.kt β βββ ShapeRotationActivity.kt βββ button/ β βββ MaterialButtonActivity.kt βββ card/ β βββ CardExampleActivity.kt βββ clickable/ β βββ ClickableExampleActivity.kt βββ customview/ β βββ CustomViewActivity.kt βββ data/ β βββ Blog.kt βββ dialog/ β βββ AlertDialogActivity.kt β βββ SingleChoiceDialogActivity.kt βββ image/ β βββ ImageActivity.kt βββ layout/ β βββ BoxActivity.kt β βββ ColumnActivity.kt β βββ ConstraintLayoutActivity.kt β βββ LazyColumnActivity.kt β βββ LazyRowActivity.kt β βββ RowActivity.kt β βββ ScrollableColumnActivity.kt β βββ ScrollableRowActivity.kt β βββ StackActivity.kt βββ materialdesign/ β βββ MaterialAppBarActivity.kt β βββ MaterialBottomNavigationActivity.kt β βββ MaterialCheckBoxActivity.kt β βββ MaterialProgressActivity.kt β βββ MaterialRadioButtonActivity.kt β βββ MaterialSliderActivity.kt β βββ MaterialSnackbarActivity.kt β βββ MaterialSwitchActivity.kt βββ preview/ β βββ DummyBlogProvider β βββ PreviewParameterActivity.kt β βββ SimplePreviewActivity.kt βββ text/ β βββ SimpleTextActivity.kt β βββ TextFieldActivity.kt β βββ TextStylingActivity.kt βββ ui/ β βββ Color.kt β βββ Shape.kt β βββ Theme.kt β βββ Type.kt βββ MainActivity.kt
Check out MindOrks awesome open source projects here
Copyright (C) 2020 MINDORKS NEXTGEN PRIVATE LIMITEDLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Just make pull request. You are in!