Code Monkey home page Code Monkey logo

studygroup-2018's Introduction

Mobile Developer Study Group Summary

Latihan Dasar Android

Buku Praktik Android Google click here

1. Pengenalan Java, Android Studio, XML dan Github

  • Pengenalan syntax Java dan konsep Object Oriented Programming
  • Struktur File Android Studio
  • Pengenalan syntax XML dan implementasi LinearLayout
  • Pengenalan Github

Penggunaan singkat Github :

Git init //buat ngasi tau kalau ini repo github

Git add . // Buat ngeupload semua file

Git commit -m "pesan kamu" //buat ngasih pesan ke tiap file yg akan km.upload

Git remote add origin #link repo# //buat ngasi tau upload file nya ke repository mana

Git push origin //buat push ato upload ke repository pakai remote yg udah kamu buat barusan

Course online Java dan OOP : https://www.codecademy.com/learn/learn-java

2. Pengenalan Android Lifecycle dan Implementasi Bottom Navigation Bar

  • Pengenalan Android Lifecycle onCreate, onPause, onRestart, onDestroy etc alt text
  • Pengenalan Fragment dan Activity
  • Implementasi Bottom Navigation Bar

Referensi Fragment dan Bottom Navigation Bar : https://www.youtube.com/watch?v=EbcdMxAIr54

3. Implementasi Recycler View

  • Implementasi Recycler View dan Card View

Referensei Implementasi Recycler View : https://www.androidhive.info/2016/05/android-working-with-card-view-and-recycler-view/

4. Pembuatan Database SQL, API dan Firebase

  • Pengenalan SQL database dan Firebase

Database SQL akan memiliki struktur berbentuk tabel, setiap tabel akan punya relasi dengan tabel lain(agregasi, komposisi dll)

alt text

Course online SQL : https://www.codecademy.com/learn/learn-sql

Database di Firebase akan memiliki struktur seperti Tree/Object alt text

Suggestion : Firebase lebih simple dan mudah, pelajari dokumentasinya di : https://firebase.google.com/docs/android/setup

studygroup-2018's People

Contributors

husentoding avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.