SlideShare a Scribd company logo
Tips & Third Party
Library for Android
OLEH IBNU SINA WARDY
Overview
Fragment
Font
Pull-to-refresh
TIPS & THIRD PARTY LIBRARY FOR ANDROID 2
Fragment
TIPS & THIRD PARTY LIBRARY FOR ANDROID 3
Fragment
TIPS & THIRD PARTY LIBRARY FOR ANDROID 4
Fragment
Fragment baru dikenal di API level 11
Jika project menggunakan min versi SDK di bawah 11,
gunakan Fragment milik library android-support-v4
◦ android.app.Fragment  android.support.v4.app.Fragment
TIPS & THIRD PARTY LIBRARY FOR ANDROID 5
Membuat Fragment
Contoh kelas Fragment dengan menggunakan layout dari xml:
TIPS & THIRD PARTY LIBRARY FOR ANDROID 6
Menggunakan Fragment
Contoh penggunaan Fragment dengan mendeklarasikannya di xml
layout activity:
TIPS & THIRD PARTY LIBRARY FOR ANDROID 7
Menggunakan Fragment
Contoh penggunaan fragment ke dalam ViewGroup:
TIPS & THIRD PARTY LIBRARY FOR ANDROID 8
Font
TIPS & THIRD PARTY LIBRARY FOR ANDROID 9
Buat Custom TextView
public class MyTextView extends TextView{
public MyTextView(Context context, AttributeSet attrs) {
super(context, attrs);
Typeface myTf;
myTf =
Typeface.createFromAsset(context.getAssets(),
"ComickBook.ttf");
this.setTypeface(myTf);
}
}
TIPS & THIRD PARTY LIBRARY FOR ANDROID 10
Gunakan Custom TextView
di XML Layout
<id.gits.babybind.view.MyTextView
android:id="@+id/tv_comment_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text=“Halo Papah" />
TIPS & THIRD PARTY LIBRARY FOR ANDROID 11
Font Family
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="sans-serif-condensed"
android:text="Hello Tante" />
TIPS & THIRD PARTY LIBRARY FOR ANDROID 12
Menggunakan Font Family
di styles.xml
Buat styles.xml di values-v16
◦ android:fontFamily baru ada di API level 16
<style name="AppBaseTheme"
parent="Theme.Sherlock.Light.DarkActionBar">
<item
name="android:textViewStyle">@style/GITS.TextView</item>
</style>
<style name="GITS.TextView" parent="@android:style/Widget.TextView">
<item name="android:fontFamily">sans-serif-light</item>
</style>
TIPS & THIRD PARTY LIBRARY FOR ANDROID 13
Pull To Refresh
TIPS & THIRD PARTY LIBRARY FOR ANDROID 14
Android-PullToRefresh
By chrisbanes
TIPS & THIRD PARTY LIBRARY FOR ANDROID 15
Android-PullToRefresh
https://github.com/chrisbanes/Android-PullToRefresh
Saat ini dapat digunakan untuk
◦ ListView
◦ ExpandableListView
◦ GridView
◦ WebView
◦ ScrollView
◦ HorizontalScrollView
◦ ViewPager
TIPS & THIRD PARTY LIBRARY FOR ANDROID 16
XML Layout: Android-
PullToRefresh
TIPS & THIRD PARTY LIBRARY FOR ANDROID 17
Activity: Android-
PullToRefresh
Penanganan event Refresh
TIPS & THIRD PARTY LIBRARY FOR ANDROID 18
ActionBar-PullToRefresh
By chrisbanes
TIPS & THIRD PARTY LIBRARY FOR ANDROID 19
XML Layout: ActionBar-
PullToRefresh
Bungkus View yang akan di-refresh dengan PullToRefreshLayout
TIPS & THIRD PARTY LIBRARY FOR ANDROID 20
Activity: ActionBar-
PullToRefresh
private PullToRefreshAttacher mPullToRefreshAttacher;
@Override
public void onCreate(Bundle savedInstanceState) {
.....
// Create new PullToRefreshAttacher
mPullToRefreshAttacher = PullToRefreshAttacher.get(this);
// Retrieve the PullToRefreshLayout from the content view
PullToRefreshLayout ptrLayout = (PullToRefreshLayout)
findViewById(R.id.ptr_layout);
ptrLayout.setPullToRefreshAttacher(mPullToRefreshAttacher, this);
}
@Override
public void onRefreshStarted(View view) {
// TODO your code here
// Notify PullToRefreshAttacher that the refresh has finished
mPullToRefreshAttacher.setRefreshComplete();
}
TIPS & THIRD PARTY LIBRARY FOR ANDROID 21
Work with Us - PT GITS Indonesia
Jalan Jatimulya 1 No 14, Bandung
Jalan Rembang No 17, Menteng, Jakarta Pusat
23

More Related Content

Similar to Tips dan Third Party Library untuk Android - Part 2

Modul praktikum 12 - Android Sudaryatno
Modul praktikum 12 - Android SudaryatnoModul praktikum 12 - Android Sudaryatno
Modul praktikum 12 - Android Sudaryatno
Yatno Sudar
 
Fundamental android application development
Fundamental android application developmentFundamental android application development
Fundamental android application development
Google
 
Pengenalan pemrograman android
Pengenalan pemrograman androidPengenalan pemrograman android
Pengenalan pemrograman android
Sayyid Dedi Nirtadinata
 
Material design for android (Diggest)
Material design for android (Diggest)Material design for android (Diggest)
Material design for android (Diggest)
Google
 
Fundamental Django, dan Contoh Program CRUD Katalog Buku Perpustakaan.
Fundamental Django, dan Contoh Program CRUD Katalog Buku Perpustakaan.Fundamental Django, dan Contoh Program CRUD Katalog Buku Perpustakaan.
Fundamental Django, dan Contoh Program CRUD Katalog Buku Perpustakaan.
Aldion Amirrul
 
Android Workshop beginner
Android Workshop beginnerAndroid Workshop beginner
Android Workshop beginner
Muhammad Iskandar Dzulqornain
 
Study Jam Mobile 4 - Introduction to Flutter.pdf
Study Jam Mobile 4 - Introduction to Flutter.pdfStudy Jam Mobile 4 - Introduction to Flutter.pdf
Study Jam Mobile 4 - Introduction to Flutter.pdf
anjarmath
 
Modul praktikum 13 - Android Sudaryatno
Modul praktikum 13 - Android SudaryatnoModul praktikum 13 - Android Sudaryatno
Modul praktikum 13 - Android Sudaryatno
Yatno Sudar
 
Belajar Android Membuat Katalog Produk
Belajar Android Membuat Katalog ProdukBelajar Android Membuat Katalog Produk
Belajar Android Membuat Katalog Produk
Agus Haryanto
 
Modul praktikum 16 - Android Sudaryatno
Modul praktikum 16 - Android SudaryatnoModul praktikum 16 - Android Sudaryatno
Modul praktikum 16 - Android Sudaryatno
Yatno Sudar
 
Aplikasi Cuaca dan Quiz Android
Aplikasi Cuaca dan Quiz AndroidAplikasi Cuaca dan Quiz Android
Aplikasi Cuaca dan Quiz Android
rivalbamen
 
Ebook Workshop Dasar android
Ebook Workshop Dasar androidEbook Workshop Dasar android
Ebook Workshop Dasar android
Saeful Bahri
 
Android fundamental development
Android fundamental developmentAndroid fundamental development
Android fundamental development
Bayu Firmawan Paoh
 
Seni Digitaliasi Al-Quran (VSC Praktek Sederhana).pptx
Seni Digitaliasi Al-Quran (VSC Praktek Sederhana).pptxSeni Digitaliasi Al-Quran (VSC Praktek Sederhana).pptx
Seni Digitaliasi Al-Quran (VSC Praktek Sederhana).pptx
DramaturgiPenerbitan
 
Pertemuan 01 - Pengantar Android.docx
Pertemuan 01 - Pengantar Android.docxPertemuan 01 - Pengantar Android.docx
Pertemuan 01 - Pengantar Android.docx
HendroGunawan8
 
Introduction: AndroidX
Introduction: AndroidXIntroduction: AndroidX
Introduction: AndroidX
FridaPutriassa
 
Pertemuan 2 - Materi [MP - 2016].pdf
Pertemuan 2 - Materi [MP - 2016].pdfPertemuan 2 - Materi [MP - 2016].pdf
Pertemuan 2 - Materi [MP - 2016].pdf
andrirachmayadi90
 
Membuathalutamaeclipse
MembuathalutamaeclipseMembuathalutamaeclipse
Membuathalutamaeclipse
seffy kusuma
 
Introduction on Android programming Tutorial
Introduction on Android programming TutorialIntroduction on Android programming Tutorial
Introduction on Android programming Tutorial
Dimas Prawira
 
Modul ajar membuat aplikasi mobile multiplatform menggunakan android studio
Modul ajar membuat aplikasi mobile multiplatform menggunakan android studioModul ajar membuat aplikasi mobile multiplatform menggunakan android studio
Modul ajar membuat aplikasi mobile multiplatform menggunakan android studio
Elsa Charming
 

Similar to Tips dan Third Party Library untuk Android - Part 2 (20)

Modul praktikum 12 - Android Sudaryatno
Modul praktikum 12 - Android SudaryatnoModul praktikum 12 - Android Sudaryatno
Modul praktikum 12 - Android Sudaryatno
 
Fundamental android application development
Fundamental android application developmentFundamental android application development
Fundamental android application development
 
Pengenalan pemrograman android
Pengenalan pemrograman androidPengenalan pemrograman android
Pengenalan pemrograman android
 
Material design for android (Diggest)
Material design for android (Diggest)Material design for android (Diggest)
Material design for android (Diggest)
 
Fundamental Django, dan Contoh Program CRUD Katalog Buku Perpustakaan.
Fundamental Django, dan Contoh Program CRUD Katalog Buku Perpustakaan.Fundamental Django, dan Contoh Program CRUD Katalog Buku Perpustakaan.
Fundamental Django, dan Contoh Program CRUD Katalog Buku Perpustakaan.
 
Android Workshop beginner
Android Workshop beginnerAndroid Workshop beginner
Android Workshop beginner
 
Study Jam Mobile 4 - Introduction to Flutter.pdf
Study Jam Mobile 4 - Introduction to Flutter.pdfStudy Jam Mobile 4 - Introduction to Flutter.pdf
Study Jam Mobile 4 - Introduction to Flutter.pdf
 
Modul praktikum 13 - Android Sudaryatno
Modul praktikum 13 - Android SudaryatnoModul praktikum 13 - Android Sudaryatno
Modul praktikum 13 - Android Sudaryatno
 
Belajar Android Membuat Katalog Produk
Belajar Android Membuat Katalog ProdukBelajar Android Membuat Katalog Produk
Belajar Android Membuat Katalog Produk
 
Modul praktikum 16 - Android Sudaryatno
Modul praktikum 16 - Android SudaryatnoModul praktikum 16 - Android Sudaryatno
Modul praktikum 16 - Android Sudaryatno
 
Aplikasi Cuaca dan Quiz Android
Aplikasi Cuaca dan Quiz AndroidAplikasi Cuaca dan Quiz Android
Aplikasi Cuaca dan Quiz Android
 
Ebook Workshop Dasar android
Ebook Workshop Dasar androidEbook Workshop Dasar android
Ebook Workshop Dasar android
 
Android fundamental development
Android fundamental developmentAndroid fundamental development
Android fundamental development
 
Seni Digitaliasi Al-Quran (VSC Praktek Sederhana).pptx
Seni Digitaliasi Al-Quran (VSC Praktek Sederhana).pptxSeni Digitaliasi Al-Quran (VSC Praktek Sederhana).pptx
Seni Digitaliasi Al-Quran (VSC Praktek Sederhana).pptx
 
Pertemuan 01 - Pengantar Android.docx
Pertemuan 01 - Pengantar Android.docxPertemuan 01 - Pengantar Android.docx
Pertemuan 01 - Pengantar Android.docx
 
Introduction: AndroidX
Introduction: AndroidXIntroduction: AndroidX
Introduction: AndroidX
 
Pertemuan 2 - Materi [MP - 2016].pdf
Pertemuan 2 - Materi [MP - 2016].pdfPertemuan 2 - Materi [MP - 2016].pdf
Pertemuan 2 - Materi [MP - 2016].pdf
 
Membuathalutamaeclipse
MembuathalutamaeclipseMembuathalutamaeclipse
Membuathalutamaeclipse
 
Introduction on Android programming Tutorial
Introduction on Android programming TutorialIntroduction on Android programming Tutorial
Introduction on Android programming Tutorial
 
Modul ajar membuat aplikasi mobile multiplatform menggunakan android studio
Modul ajar membuat aplikasi mobile multiplatform menggunakan android studioModul ajar membuat aplikasi mobile multiplatform menggunakan android studio
Modul ajar membuat aplikasi mobile multiplatform menggunakan android studio
 

Tips dan Third Party Library untuk Android - Part 2