android talks #08 android l-dev_goodies

Post on 15-Jul-2015

90 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Android L Dev Goodies

Summary

• Material design / Views and layouts

• JobScheduler API

• Screen Pinning

Material DesignTheme Style

Views and layoutsRecyclerView - XML

Views and layoutsRecyclerView - Setup

Views and layoutsRecyclerView - Adapter

Views and layoutsRecyclerView - Adapter

Views and layoutsRecyclerView - ViewHolder

Views and layoutsRecyclerView - Animators

exampleList.setItemAnimator( new SlideInAnimator());

GITHUB • gabrielemariotti/RecyclerViewItemAnimators

• wasabeef/recyclerview-animators

Views and layoutsCardView

Views and layoutsToolbar

Views and layoutsToolbar

JobScheduler APIPermissions

JobScheduler APIJobSchedulerService

JobScheduler APIJobSchedulerService

JobScheduler APIJobSchedulerService

JobScheduler APIJobSchedulerActivity

JobScheduler APIJobSchedulerActivity

JobScheduler API

Screen Pinning

Screen Pinning

Interesting read• Material design / Views and layouts

• https://developer.android.com/design/material/index.html

• http://wiresareobsolete.com/2014/09/building-a-recyclerview-layoutmanager-part-1/

• https://chris.banes.me/2014/10/17/appcompat-v21/

• http://five.agency/the-shape-of-materials-to-come/

• http://www.101apps.co.za/index.php/articles/using-toolbars-in-your-apps.html

• JobScheduler

• http://www.vogella.com/tutorials/AndroidTaskScheduling/article.html#schedulestasks_jobscheduler

• https://github.com/googlesamples/android-JobScheduler

• https://github.com/evant/JobSchedulerCompat

@kjurkovic

https://github.com/kjurkovic

top related