Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 3.2 KB

README.md

File metadata and controls

79 lines (60 loc) · 3.2 KB

Project App Android

Version 1.0.0

Github Youtube Youtube

The Material of Case Study Android Developer

1. Animation Application
Animasi geser ke kiri dan ke kanan pada TextView. Proses kontrol pada animasi TextView dibuat ke dalam modul 'animator-featuring'. Ini adalah contoh menggunakan modularization yang sangat sederhana.

2. Camera Application
Membuat Layar Kamera yang dimana menggunakan Surface bukan memakai Intent Implicit.

3. Count Number Compose
Memasukkan angka yang diinput kemudian dijumlahkan dengan hasil perjumlahan sebelumnya. Untuk kasus ini menggunakan Jetpack Compose Android.

4. Design UI Toast
Menampilkan Notif memakai Toast dan Bottom Navigation.

5. Enable Disable Button
Membuat Button Menjadi Enabled dan Disable. Contoh app ini menggunakan ViewModel sebagai logic untuk menentukan apakah data yang dimasukan itu sudah sesuai atau belum.

6. Keyboard Simulator
Membuat Keyboard Simulator (Bukan Bawaan Device) untuk input 3 data secara bergantian. Tiap data terdapat icon cross untuk clear data.

7. Language Change One
Mengubah ke dalam 3 bahasa (Indonesia, Inggris, Jepang)

8. Recyclerview Basic
Membuat List Menu Makanan dengan RecyclerView.

9. Share and Rare
Membuat 2 Button yaitu Share and Rare. 'Share' untuk copy link dan 'Rare' untuk langsung ke link yang dituju.

10. Show Dialog
Menampilkan 2 tipe dialog: Dialog posisi bawah dan Dialog posisi center.

Version Description
1.0.0 - Initial 10 Project Case Study Android Developer.

Contributors

Thanks all contributors for build this repository

Copyright [2021] [The Dictionary of Android Projects]

   Licensed 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:https://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.